Update tests/test_utils_namespace.py
Run CI Tests / test (push) Successful in 1m42s

This commit is contained in:
2025-08-05 10:57:43 +02:00
parent ad0964f377
commit da29694838
+2 -2
View File
@@ -18,8 +18,8 @@ def test_namespace_pretty_repr_mixed_and_nested():
expected = """\
detector: namespace(model='X-500')
experiment: namespace(id=42, meta=namespace(author='Dr. X', approved=True))
laser: namespace(power='5W', wavelength='1030nm', mode='CW')
experiment: namespace(id=42, meta=namespace(approved=True, author='Dr. X'))
laser: namespace(mode='CW', power='5W', wavelength='1030nm')
stage: namespace()
"""