Skip to content

Commit

Permalink
fixup: improve test.
Browse files Browse the repository at this point in the history
  • Loading branch information
elcct committed Jan 23, 2025
1 parent f49d90d commit 406c957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datahub/export_win/test/test_win_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ def test_list_visibility(self, params, related_objects, results_length):
assert len(results['results']) == results_length
if results_length == 1:
assert results['results'][0]['id'] == str(win.id)
assert sum(results['confirmed'].values()) == 1


class TestCreateWinView(APITestMixin):
Expand Down

0 comments on commit 406c957

Please sign in to comment.