Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 12, 2023
1 parent de265e1 commit acee271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfl_common/common/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ def test_daily_activity_serializer(self):

assert (
str(daily_activity)
== f"Activity on {daily_activity.date}: CSV clicks: 0, login cards clicks: 0, primary pack downloads: 0, python pack downloads: 0, level control submits: 0, teacher lockout resets: 0, indy lockout resets: 0, school student lockout resets: 0"
== f"Activity on {daily_activity.date}: CSV clicks: 0, login cards clicks: 0, primary pack downloads: 0, python pack downloads: 0, level control submits: 0, teacher lockout resets: 0, indy lockout resets: 0, school student lockout resets: 0, unverified teachers deleted: 0, unverified independents deleted: 0"
)

0 comments on commit acee271

Please sign in to comment.