Skip to content

Commit 1778c7c

Browse files
committed
fix typo
1 parent 08253c4 commit 1778c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@pytest.fixture(autouse=True)
1212
def reset_connection_manager(monkeypatch):
13-
"""Reset the ConnectionManager, since it's a singlton and will hold data"""
13+
"""Reset the ConnectionManager, since it's a singleton and will hold data"""
1414
monkeypatch.setattr(
1515
"adafruit_minimqtt.adafruit_minimqtt.get_connection_manager",
1616
adafruit_connection_manager.ConnectionManager,

0 commit comments

Comments
 (0)