Skip to content

Commit 4562f40

Browse files
Remove trailing whitespace in test
Co-authored-by: alexeygrigorev <875246+alexeygrigorev@users.noreply.github.com>
1 parent 08738d2 commit 4562f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

courses/tests/test_course.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ def test_project_deadline_display_for_peer_review_state(self):
819819
# Should show submission deadline for the PR project
820820
submission_deadline_str = pr_project.submission_due_date.strftime('%Y-%m-%d')
821821
self.assertIn(submission_deadline_str, content)
822-
822+
823823
# Test 3: Authenticated user WITH submission should see peer review deadline
824824
self.client.logout()
825825
self.client.login(username="submitted@test.com", password="12345")

0 commit comments

Comments
 (0)