Skip to content

Commit

Permalink
fix tests, add missing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 29, 2024
1 parent 5eb8118 commit 40484ed
Show file tree
Hide file tree
Showing 11 changed files with 3,367 additions and 3,355 deletions.
2 changes: 1 addition & 1 deletion africanlii/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class AfricanliiViewsTest(TestCase):
fixtures = ["documents/sample_documents"]
fixtures = ["tests/countries", "documents/sample_documents"]

def test_homepage(self):
response = self.client.get("/")
Expand Down
Loading

0 comments on commit 40484ed

Please sign in to comment.