Skip to content

Commit 9b962a6

Browse files
committed
bugfix: bad field name slipped into the tests
1 parent 79a8920 commit 9b962a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: v03_pipeline/lib/reference_datasets/clinvar_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_get_ht(self):
172172

173173
# VariationID 9 tests Conditions parsing
174174
self.assertListEqual(
175-
ht.collect()[8].submitters,
175+
ht.collect()[8].conditions,
176176
[
177177
'Hemochromatosis type 1',
178178
'Hereditary cancer-predisposing syndrome',

0 commit comments

Comments
 (0)