Skip to content

Commit

Permalink
try fix bash completion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Feb 4, 2025
1 parent 1552726 commit 2425d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shellcompletion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def test_path_completion(self):
completions = self.get_completions(
self.launch_script, "completion", "--dir", "./django_typer/"
)
self.assertNotIn("completers", completions)
self.assertNotIn("utils.py", completions)
self.assertNotIn("config.py", completions)
self.assertIn("templates", completions)
self.assertIn("management", completions)
Expand Down

0 comments on commit 2425d23

Please sign in to comment.