We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76646a8 commit f4c9187Copy full SHA for f4c9187
tests/test_charge_point.py
@@ -50,6 +50,7 @@ async def test_cms_responses(hass):
50
cp.send_stop_transaction(),), timeout = 7,
51
)
52
except asyncio.TimeoutError:
53
+ pass
54
55
56
class ChargePoint(cpclass):
0 commit comments