Skip to content

Commit 91d2eb0

Browse files
committed
fix shellcompletion tests
1 parent 3be7d85 commit 91d2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_typer/tests/shellcompletion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def run_command_completion(self):
196196
completions = self.get_completions(self.launch_script, " ")
197197
self.assertIn("makemigrations", completions)
198198
self.assertIn("migrate", completions)
199-
self.assertIn("completion", completions)
199+
self.assertIn("closepoll", completions)
200200
self.assertIn("basic", completions)
201201

202202
def test_shell_complete(self):

0 commit comments

Comments
 (0)