diff --git a/apps/registration/tests.py b/apps/registration/tests.py index c25a09b..d239349 100644 --- a/apps/registration/tests.py +++ b/apps/registration/tests.py @@ -318,7 +318,7 @@ class TestRegistration(TestCase): self.assertEqual(response.status_code, 200) self.assertTrue(response.context["object_list"]) - def test_string_render(self): - # TODO These string field tests will be removed when used in a template + def test_not_implemented_error(self): + # Only for coverage self.assertRaises(NotImplementedError, lambda: Registration().type) self.assertRaises(NotImplementedError, lambda: Registration().form_class)