Skip to content

Commit

Permalink
drop! test that unformatted code fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Nov 5, 2024
1 parent c18592b commit 48c0998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/general/tests/test_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ def setUp(self):
logo="logo1.png",
)





def test_institution_filter(self):
data = {"institution": [self.institution1.id]}
filter = DocumentFilter(data=data)
Expand Down

0 comments on commit 48c0998

Please sign in to comment.