Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
- run: npm ci
working-directory: ./ui
- run: npm test
working-directory: ./ui
working-directory: ./ui
1 change: 1 addition & 0 deletions seqr/utils/search/hail_search_utils_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def _test_expected_search_call(self, search_fields=None, gene_ids=None, interval
@mock.patch('seqr.utils.search.hail_search_utils.MAX_FAMILY_COUNTS', {'WES': 2, 'WGS': 1})
@responses.activate
def test_query_variants(self):
self.maxDiff = None
variants, total = query_variants(self.results_model, user=self.user)
self.assertListEqual(variants, HAIL_BACKEND_VARIANTS)
self.assertEqual(total, 5)
Expand Down
Loading