summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/test_content.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsspec/tests/test_content.py')
-rw-r--r--rtemsspec/tests/test_content.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsspec/tests/test_content.py b/rtemsspec/tests/test_content.py
index e2a17d12..6bc344fa 100644
--- a/rtemsspec/tests/test_content.py
+++ b/rtemsspec/tests/test_content.py
@@ -333,6 +333,7 @@ def test_enabled_by_to_python_exp():
def test_duration():
+ assert duration("abc") == "abc"
assert duration(1.0) == "1.000s"
assert duration(0.0) == "0s"
assert duration(0.001) == "1.000ms"