From d41c7c0fe2438422c5cbc81464dbe6bf92a75745 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 3 Aug 2025 22:14:45 +0200 Subject: [PATCH] Update tests/test_utils_ipy.py --- tests/test_utils_ipy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_ipy.py b/tests/test_utils_ipy.py index 60a7f923a..78f879131 100644 --- a/tests/test_utils_ipy.py +++ b/tests/test_utils_ipy.py @@ -75,7 +75,7 @@ def test_devices_repr_fallback_and_ignore(simulate_ipython): ipy.user_ns["test_id"] = WithOnlyID("D4") # fallback to ID # Execute devices() - out = repr(devices()) + out = repr(devices) # Assert that valid devices appear and correct fallback values are present assert "test_desc" in out