diff --git a/tests/test_units.py b/tests/test_units.py index 970ef384..7da7e1f0 100644 --- a/tests/test_units.py +++ b/tests/test_units.py @@ -6,6 +6,8 @@ class TestUnits: @staticmethod def test_length(): assert ppmc.si.m == 1 + assert ppmc.si.cm == 0.01 + assert ppmc.si.um == 1e-6 @staticmethod def test_temperatur():