Skip to content

Commit 08a6800

Browse files
committed
fix test
1 parent 958d002 commit 08a6800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ async def test_vehicle_eta(fixture, expected, request):
903903

904904

905905
@pytest.mark.parametrize(
906-
"fixture, expected", [("test_charger", 48), ("test_charger_v2", None)]
906+
"fixture, expected", [("test_charger", 48), ("test_charger_v2", 25)]
907907
)
908908
async def test_max_current_soft(fixture, expected, request):
909909
"""Test max_current_soft reply."""

0 commit comments

Comments
 (0)