diff --git a/tests/test_config.py b/tests/test_config.py index 2d6ded4..88a752c 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -220,7 +220,8 @@ def test_cli_remove_int(tljh_dir): ("x", "x"), ("1x", "1x"), ("1.2x", "1.2x"), - (None, None), + ("None", None), + ("none", None), ("", ""), ], )