Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Nov 27, 2023
1 parent 358ddd2 commit cd4c78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test/hail_search/test_hail_search_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_values(self):
p.check_returncode()
self.assertIn('serviceAccountName: test-hail-search', p.stdout)
self.assertIn('name: sync-datasets-grch38-snv-indel', p.stdout)
self.assertIn('checksum/datasetVersions', p.stdout)
self.assertIn('checksum/datasetVersions', p.stdout)
self.assertIn('checksum/config', p.stdout)


Expand Down

0 comments on commit cd4c78e

Please sign in to comment.