Skip to content

Commit

Permalink
fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jan 22, 2025
1 parent e2cca19 commit ce89407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/storage/business/test_arealink_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ def test_get_all_area():
{
"a": {
"name": "A",
"unit_count": 1,
"nominal_capacity": 500,
"unitcount": 1,
"nominalcapacity": 500,
"min-stable-power": 200,
}
},
Expand All @@ -412,8 +412,8 @@ def test_get_all_area():
"id": "a",
"name": "A",
"enabled": True,
"unit_count": 1,
"nominal_capacity": 500,
"unitcount": 1,
"nominalcapacity": 500,
"group": None,
"min_stable_power": 200,
"min_up_time": None,
Expand Down

0 comments on commit ce89407

Please sign in to comment.