From c861e36dbefca8109838529a87ed0f48aeb64a74 Mon Sep 17 00:00:00 2001 From: drc38 <20024196+drc38@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:42:42 +1300 Subject: [PATCH] fix linting --- tests/v16/test_v16_charge_point.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/v16/test_v16_charge_point.py b/tests/v16/test_v16_charge_point.py index d08a6a408..a38bcb720 100644 --- a/tests/v16/test_v16_charge_point.py +++ b/tests/v16/test_v16_charge_point.py @@ -132,6 +132,7 @@ async def test_route_message_with_no_route(base_central_system, heartbeat_call): ) ) + @pytest.mark.asyncio async def test_route_message_not_supported(base_central_system, notsupported_call): """ @@ -156,6 +157,7 @@ async def test_route_message_not_supported(base_central_system, notsupported_cal ) ) + @pytest.mark.asyncio async def test_send_call_with_timeout(connection): cs = ChargePoint(id=1234, connection=connection, response_timeout=0.1)