mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Fixed test failure introduced in efd1e6096ee87fe332cf989ba5479e9461d0fb3a (sqlmigrate)
This commit is contained in:
parent
70440a8bd1
commit
67863b3bfe
@ -66,7 +66,7 @@ class BashCompletionTests(unittest.TestCase):
|
|||||||
"Subcommands can be autocompleted"
|
"Subcommands can be autocompleted"
|
||||||
self._user_input('django-admin.py sql')
|
self._user_input('django-admin.py sql')
|
||||||
output = self._run_autocomplete()
|
output = self._run_autocomplete()
|
||||||
self.assertEqual(output, ['sql sqlall sqlclear sqlcustom sqldropindexes sqlflush sqlindexes sqlinitialdata sqlsequencereset'])
|
self.assertEqual(output, ['sql sqlall sqlclear sqlcustom sqldropindexes sqlflush sqlindexes sqlinitialdata sqlmigrate sqlsequencereset'])
|
||||||
|
|
||||||
def test_help(self):
|
def test_help(self):
|
||||||
"No errors, just an empty list if there are no autocomplete options"
|
"No errors, just an empty list if there are no autocomplete options"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user