Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
chopkinsmade committed Apr 4, 2024
1 parent 58dcacb commit 7c10d05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datahub/export_win/test/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,5 @@ def test_admin_search_on_contact_name(self):
admin = WinAdmin(Win, None)
results = admin.get_search_results(Mock(), Win.objects.all(), 'John Doe')[0]

print(results)

assert len(results) == 1
assert results[0].id == win1.id

0 comments on commit 7c10d05

Please sign in to comment.