Skip to content

Commit 524f043

Browse files
committed
tests: integration: mqtt: rename TestMQTT => TestClient
1 parent 1c69607 commit 524f043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_mqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import enapter
88

99

10-
class TestMQTT:
10+
class TestClient:
1111
async def test_sanity(self, enapter_mqtt_client):
1212
async with contextlib.AsyncExitStack() as stack:
1313
heartbit_sender = await stack.enter_async_context(

0 commit comments

Comments
 (0)