Renaming IsPlaceSubmitter

This commit is contained in:
2020-09-13 10:57:53 +02:00
parent c2d678847e
commit 9852646fff
3 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ class TestIsAuthenticatedMixin(TestCase):
self.assertTrue(response.context['messages'])
self.assertTrue(len(response.context['messages']) > 0)
class TestIsPlaceSubmitter(TestCase):
class TestIsPlaceSubmitterMixin(TestCase):
@classmethod
def setUpTestData(cls):