Update tests/test_utils_ipy.py
Run CI Tests / test (push) Successful in 53s

This commit is contained in:
2025-08-03 22:14:45 +02:00
parent 9b2f6c3149
commit d41c7c0fe2
+1 -1
View File
@@ -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