From be95d84d12db552fbfb7f7cb90a84f07e2e6ef7e Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 13 Jan 2026 01:19:02 +0100 Subject: [PATCH] Comments --- tests/disabled_test_connectivity_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/disabled_test_connectivity_manager.py b/tests/disabled_test_connectivity_manager.py index ae739600..4e929b20 100644 --- a/tests/disabled_test_connectivity_manager.py +++ b/tests/disabled_test_connectivity_manager.py @@ -46,7 +46,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'] + del sys.modules['mpos.net.connectivity_manager'] # Maybe this doesn't suffic now that it's imported through mpos # Import fresh from mpos import ConnectivityManager