Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BoPeng committed Feb 1, 2025
1 parent 2dc8855 commit 7b54bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def test_config(config_file: Callable, config_content: str, acceptable: bool) ->
"search_city": (list, type(None)),
"search_interval": (int, type(None)),
"search_region": (list, type(None)),
"start_at": (str, type(None)),
"username": (str, type(None)),
}
if acceptable:
Expand Down

0 comments on commit 7b54bf6

Please sign in to comment.