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

This commit is contained in:
2025-08-04 15:30:48 +02:00
parent c5a7e0b874
commit e850d8baa6
+3 -3
View File
@@ -17,9 +17,9 @@ def test_namespace_pretty_repr_mixed_and_nested():
output = repr(ns)
expected = """\
laser : namespace(power='5W', wavelength='1030nm', mode='CW')
detector : namespace(model='X-500')
stage : namespace()
laser: namespace(power='5W', wavelength='1030nm', mode='CW')
detector: namespace(model='X-500')
stage: namespace()
experiment: namespace(id=42, meta=namespace(author='Dr. X', approved=True))
"""