diff --git a/pupa/tests/clean/test_clean.py b/pupa/tests/clean/test_clean.py index d544cfa..721640e 100644 --- a/pupa/tests/clean/test_clean.py +++ b/pupa/tests/clean/test_clean.py @@ -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