We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc2ce0 commit 197d707Copy full SHA for 197d707
tests/test_device/conftest.py
@@ -15,7 +15,7 @@ class ShimMQTT:
15
16
def __init__(self, host: str, port: int = 1883) -> None:
17
self.host, self.port = (host, port)
18
- self._connected = False
+ self._connected = True # just for better coverage
19
self._log: Dict[str, Any] = dict(publish=[], subscribe=[])
20
self.keep_alive = 0
21
0 commit comments