From da2969483856e93e351ee42d5df5a8fc21ff0a36 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 10:57:43 +0200 Subject: [PATCH] Update tests/test_utils_namespace.py --- tests/test_utils_namespace.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_utils_namespace.py b/tests/test_utils_namespace.py index 6073e80c5..323a4b508 100644 --- a/tests/test_utils_namespace.py +++ b/tests/test_utils_namespace.py @@ -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() """