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

This commit is contained in:
2025-08-04 15:41:39 +02:00
parent e850d8baa6
commit 2036b001fb
+3 -3
View File
@@ -17,10 +17,10 @@ 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()
detector: namespace(model='X-500')
experiment: namespace(id=42, meta=namespace(author='Dr. X', approved=True))
laser: namespace(power='5W', wavelength='1030nm', mode='CW')
stage: namespace()
"""
if not output.endswith("\n"):