Skip to content

Commit

Permalink
Fix None config test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Nov 15, 2024
1 parent 5a9cb2b commit e515bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
("", ""),
],
)
Expand Down

0 comments on commit e515bca

Please sign in to comment.