Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BramMeir committed Mar 6, 2024
1 parent d0882e1 commit 898219c
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 @@ -410,7 +410,7 @@ def test_project_structure_checks(self):
def test_project_extra_checks(self):
"""
Able to retrieve a extra check of a project after creating it.
"""
"""
course = create_course(id=3, name="test course", academic_startyear=2024)
project = create_project(
name="test project",
Expand Down

0 comments on commit 898219c

Please sign in to comment.