Skip to content

Commit

Permalink
Update the export test to account for has_significance_conflict addition
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Nov 30, 2019
1 parent a2c7d94 commit 39461fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/tests/test_imports/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def test_mutations_export(self):
'clinvar',
{},
[
b'gene\tisoform\tposition\twt_residue\tmut_residue\tdisease\tsignificance\n',
b'SOMEGENE\tNM_0001\t1\tA\tE\tSome disease\tPathogenic\n',
b'SOMEGENE\tNM_0001\t1\tA\tE\tOther disease\tBenign'
b'gene\tisoform\tposition\twt_residue\tmut_residue\tdisease\tsignificance\thas_significance_conflict\n',
b'SOMEGENE\tNM_0001\t1\tA\tE\tSome disease\tPathogenic\tFalse\n',
b'SOMEGENE\tNM_0001\t1\tA\tE\tOther disease\tBenign\tFalse'
]
)
)
Expand Down

0 comments on commit 39461fe

Please sign in to comment.