Rename a test

This commit is contained in:
Yohann D'ANELLO 2020-11-02 16:19:39 +01:00
parent 4043d04826
commit 682ef05110
1 changed files with 2 additions and 2 deletions

View File

@ -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)