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 08253c4 commit 1778c7cCopy full SHA for 1778c7c
tests/conftest.py
@@ -10,7 +10,7 @@
10
11
@pytest.fixture(autouse=True)
12
def reset_connection_manager(monkeypatch):
13
- """Reset the ConnectionManager, since it's a singlton and will hold data"""
+ """Reset the ConnectionManager, since it's a singleton and will hold data"""
14
monkeypatch.setattr(
15
"adafruit_minimqtt.adafruit_minimqtt.get_connection_manager",
16
adafruit_connection_manager.ConnectionManager,
0 commit comments