Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Mar 6, 2024
1 parent 067b4c4 commit 7baa4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/peaqev/test/test_power_canary.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ async def test_power_canary():
canary.total_power = 1000
assert canary.model.is_valid
assert canary.alive == True
assert canary.max_current_amp == 16
assert canary.threephase_amps == {4100: 6, 5500: 8, 6875: 10, 8250: 12, 9625: 14, 11000: 16}
assert canary.max_current_amp == 24
assert canary.threephase_amps == {4100: 6, 5500: 8, 6875: 10, 8250: 12, 9625: 14, 11000: 16,12375: 18, 13750: 20}


@pytest.mark.asyncio
Expand Down

0 comments on commit 7baa4a6

Please sign in to comment.