We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b657670 + ce81622 commit 815ead3Copy full SHA for 815ead3
survey/tests/test_invitation_views.py
@@ -5,7 +5,7 @@
5
from survey.services import SurveyService
6
7
8
-class SurveyServiceTestCase(SORT.test.test_case.ViewTestCase):
+class InvitationViewTestCase(SORT.test.test_case.ViewTestCase):
9
def setUp(self):
10
super().setUp()
11
self.service = SurveyService()
survey/tests/test_survey_views.py
@@ -6,7 +6,7 @@
+class SurveyViewTestCase(SORT.test.test_case.ViewTestCase):
12
0 commit comments