Skip to content

Commit 9c8f389

Browse files
authored
Update test_charge_point.py
1 parent 5399b58 commit 9c8f389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_charge_point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def test_cms_responses(hass):
5757
cp.send_start_transaction(),
5858
cp.send_meter_data(),
5959
cp.send_stop_transaction(),
60-
cs.charge_points["test_cpid"].unlock(),
60+
#cs.charge_points["test_cpid"].unlock(),
6161
#cs.charge_points["test_cpid"].reset(),
6262
#cs.charge_points["test_cpid"].set_charge_rate(),
6363
cs.charge_points["test_cpid"].start_transaction()), timeout = 7,

0 commit comments

Comments
 (0)