diff options
Diffstat (limited to 'tests/admin_registration/tests.py')
| -rw-r--r-- | tests/admin_registration/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_registration/tests.py b/tests/admin_registration/tests.py index 994de3bdf7..e5947e0a93 100644 --- a/tests/admin_registration/tests.py +++ b/tests/admin_registration/tests.py @@ -115,7 +115,7 @@ class TestRegistrationDecorator(TestCase): ) def test_wrapped_class_not_a_model_admin(self): - self.assertRaisesMessage(ValueError, 'Wrapped class must sublcass ModelAdmin.', + self.assertRaisesMessage(ValueError, 'Wrapped class must subclass ModelAdmin.', register(Person), CustomSite) def test_custom_site_not_an_admin_site(self): |
