From 9489a5eb5fe25c43ae378435acc181fa19ff3bdf Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 13 Jan 2026 01:47:18 +0100 Subject: [PATCH] Comments --- tests/test_connectivity_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_connectivity_manager.py b/tests/test_connectivity_manager.py index cd065886..a73f66ee 100644 --- a/tests/test_connectivity_manager.py +++ b/tests/test_connectivity_manager.py @@ -51,7 +51,7 @@ class TestConnectivityManagerWithNetwork(unittest.TestCase): # Now import after network is mocked # Need to reload the module to pick up the new network module if 'mpos.net.connectivity_manager' in sys.modules: - del sys.modules['mpos.net.connectivity_manager'] # Maybe this doesn't suffic now that it's imported through mpos + del sys.modules['mpos.net.connectivity_manager'] # Import fresh from mpos.net.connectivity_manager import ConnectivityManager