Skip to content

Commit 971669a

Browse files
committed
chore: fix merge conflicts
1 parent f060087 commit 971669a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/fixtures/aiomqtt_fixtures.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
timeout=10.0,
2626
)
2727

28-
29-
@pytest.fixture(name="mock_mqtt_client")
30-
async def mock_mqtt_client_fixture() -> AsyncGenerator[None, None]:
28+
@pytest.fixture(name="mock_aiomqtt_client")
29+
async def mock_aiomqtt_client_fixture() -> AsyncGenerator[None, None]:
3130
"""Fixture to patch the MQTT underlying sync client.
3231
3332
The tests use fake sockets, so this ensures that the async mqtt client does not

0 commit comments

Comments
 (0)