Skip to content

Commit 197d707

Browse files
committed
restore 💯% coverage
1 parent fbc2ce0 commit 197d707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_device/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ShimMQTT:
1515

1616
def __init__(self, host: str, port: int = 1883) -> None:
1717
self.host, self.port = (host, port)
18-
self._connected = False
18+
self._connected = True # just for better coverage
1919
self._log: Dict[str, Any] = dict(publish=[], subscribe=[])
2020
self.keep_alive = 0
2121

0 commit comments

Comments
 (0)