Skip to content

Commit

Permalink
flake it up
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Sep 11, 2024
1 parent 9e8f1c7 commit 9087629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupa/tests/clean/test_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_get_stale_objects(subparsers, division, jurisdiction, organization, pos
with freeze_time(a_week_from_now):
fresh_person = person.build(name="Thomas Jefferson", family_name="Jefferson")
fresh_person.memberships.create(organization=organization)

stale_objects = set(CleanCommand(subparsers).get_stale_objects(7))
assert stale_objects == expected_stale_objects

Expand Down

0 comments on commit 9087629

Please sign in to comment.