mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Corrected several typos in string literals and test names.
This commit is contained in:
parent
052388aba4
commit
65e86948b8
10 changed files with 11 additions and 11 deletions
|
@ -80,7 +80,7 @@ class MigrateTests(MigrationTestBase):
|
|||
call_command('migrate', app_label='unmigrated_app_syncdb')
|
||||
|
||||
@override_settings(MIGRATION_MODULES={'migrations': 'migrations.test_migrations_clashing_prefix'})
|
||||
def test_ambigious_prefix(self):
|
||||
def test_ambiguous_prefix(self):
|
||||
msg = (
|
||||
"More than one migration matches 'a' in app 'migrations'. Please "
|
||||
"be more specific."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue