Skip to content

Commit

Permalink
introduce test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fyliu authored Jul 3, 2024
1 parent a4d0b68 commit f38f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_project(project):


def test_event(event):
assert str(event) == "Test Event"
assert str(event) == "Test Events"


def test_practice_area(practice_area):
Expand Down

0 comments on commit f38f33b

Please sign in to comment.