Fix None config test

This commit is contained in:
Jordan Bradford
2024-11-14 22:56:43 -05:00
parent 5a9cb2b395
commit e515bcad26

View File

@@ -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),
("", ""),
],
)