Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Apr 4, 2024
1 parent 7492f55 commit fd770d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def test_update(self):

def test_all(self):
self.assert_command("import_associations")
self.assert_objects(Association, 14)
self.assert_objects(Association, 15)
2 changes: 1 addition & 1 deletion src/districts/tests/integration/test_import_districts.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def test_update(self):
def test_all(self):
self.assert_command("import_associations")
self.assert_command("import_districts")
self.assert_objects(District, count=66)
self.assert_objects(District, count=68)

0 comments on commit fd770d2

Please sign in to comment.