Corrected several typos in string literals and test names.

This commit is contained in:
Min ho Kim 2019-08-06 01:47:50 +10:00 committed by Carlton Gibson
parent 052388aba4
commit 65e86948b8
10 changed files with 11 additions and 11 deletions

View file

@ -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."