Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
feat(submission_page): test name update
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizaMaluf committed Dec 1, 2023
1 parent 5797d79 commit fd3446f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/submissions/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_fieldsets(self) -> None:
self.assertEqual(self.submission_admin.fieldsets, expected)


class SubmissionListView(TestCase):
class SubmissionListViewtest(TestCase):
def setUp(self) -> None:
self.user = User.objects.create_user(
username="testuser",
Expand Down

0 comments on commit fd3446f

Please sign in to comment.