Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Apr 26, 2024
1 parent 0130b10 commit 3d1df37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clubs/tests/integration/test_import_clubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_single_association(self):
self.assert_objects(Association)

self.assert_command("import_clubs")
clubs = self.assert_objects(Club, count=12)
self.assert_objects(Club, count=12)

def test_single_association_filtered(self):
self.assert_command("import_associations", "-a", 79, 4)
Expand Down

0 comments on commit 3d1df37

Please sign in to comment.