Skip to content

Commit

Permalink
chore: rename test to make tybo happy
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed May 16, 2024
1 parent eb0225d commit 862da1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/tests/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ def test_submission_status_non_empty_groups(self):
{"non_empty_groups": 2, "groups_submitted": 0, "extra_checks_passed": 0, "structure_checks_passed": 0},
)

def test_submission_status_groups_submitted_and_passed_checks(self):
def test_submission_status_groups_submitted_and_not_passed_checks(self):
"""Retrieve the submission status for a project."""
course = create_course(name="test course", academic_startyear=2024)
project = create_project(
Expand Down

0 comments on commit 862da1e

Please sign in to comment.