mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed spelling of "nonexistent".
This commit is contained in:
2
tests/fixtures/tests.py
vendored
2
tests/fixtures/tests.py
vendored
@@ -681,7 +681,7 @@ class FixtureLoadingTests(DumpDataAssertMixin, TestCase):
|
||||
management.call_command('loaddata', 'fixture1', exclude=['fixtures.FooModel'], verbosity=0)
|
||||
|
||||
|
||||
class NonExistentFixtureTests(TestCase):
|
||||
class NonexistentFixtureTests(TestCase):
|
||||
"""
|
||||
Custom class to limit fixture dirs.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user