Skip to content

Commit

Permalink
some more fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rieck committed Oct 21, 2024
1 parent c43829c commit 072d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gas_meter.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def test_house(
"Gas consumption for space heating"
].get("value")
gas_consumption_for_domestic_hot_water_in_kilowatt_hour = jsondata["Gas Heater For Domestic Hot Water"][
"Gas consumption for domestic hot water"
"Gas consumption for WaterHeating"
].get("value")

opex_costs_for_gas_in_euro = jsondata["Gas Meter"]["Opex costs of gas consumption from grid"].get("value")
Expand Down

0 comments on commit 072d60c

Please sign in to comment.