diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_EeVal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_EeVal.py b/test/test_EeVal.py index 6e15ff0..840be30 100644 --- a/test/test_EeVal.py +++ b/test/test_EeVal.py @@ -35,6 +35,7 @@ def test_basic(s, num_value, str_value, unit): @pytest.mark.parametrize("s, str_value, unit", [ ("10nF", "10 nF", "F"), + ("10 nF", "10 nF", "F"), ("10n F", "10 nF", "F"), ("10 n F", "10 nF", "F"), ("4.7 n F", "4.7 nF", "F"), |