Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Oct 19, 2023
1 parent 2d7bd75 commit c861e36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/v16/test_v16_charge_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand All @@ -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)
Expand Down

0 comments on commit c861e36

Please sign in to comment.