Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Dec 6, 2023
1 parent 81bcdfc commit 57e8013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def v2_state_response_fixture() -> dict[str, Any]:

@pytest.fixture(name="v2_subscriptions_response")
def v2_subscriptions_response_fixture(
subscriptions_response: dict[str, Any]
subscriptions_response: dict[str, Any],
) -> dict[str, Any]:
"""Define a fixture that returns a V2 subscriptions response.
Expand Down Expand Up @@ -450,7 +450,7 @@ def ws_message_registered_data_fixture() -> dict[str, Any]:

@pytest.fixture(name="ws_message_subscribed")
def ws_message_subscribed_fixture(
ws_message_subscribed_data: dict[str, Any]
ws_message_subscribed_data: dict[str, Any],
) -> dict[str, Any]:
"""Define a fixture to represent the "registered" response.
Expand Down

0 comments on commit 57e8013

Please sign in to comment.