Skip to content

Commit

Permalink
Fixed mypy error - added missed impl in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 committed Apr 29, 2024
1 parent 01f4998 commit dbd214d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/shared/messages/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ def ready_to_charge(self):
async def session_ended(self, _):
pass

async def send_rated_limits(self):
pass


@pytest.fixture
def evse_controller_interface():
Expand Down

0 comments on commit dbd214d

Please sign in to comment.