Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsteinkopf committed May 10, 2024
1 parent 577cc22 commit b2c78f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_template_values(test_service):
test_service.custtotal_default = 99
test_service.custtotal_factor = 1
test_service.custvoltage = "StatusSNS/ENERGY/Voltage".split("/")
test_service.custdcvoltage_default = 99.9
test_service.custvoltage_default = 99.9
test_service.custtotal = "StatusSNS/ENERGY/Today".split("/")

test_data = load_template_tasmota_test_data()
Expand Down

0 comments on commit b2c78f8

Please sign in to comment.