We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be7d85 commit 91d2eb0Copy full SHA for 91d2eb0
django_typer/tests/shellcompletion/__init__.py
@@ -196,7 +196,7 @@ def run_command_completion(self):
196
completions = self.get_completions(self.launch_script, " ")
197
self.assertIn("makemigrations", completions)
198
self.assertIn("migrate", completions)
199
- self.assertIn("completion", completions)
+ self.assertIn("closepoll", completions)
200
self.assertIn("basic", completions)
201
202
def test_shell_complete(self):
0 commit comments