Skip to content

Commit

Permalink
fix (test): test cases fixed with the correct index files
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchcn committed Jul 23, 2022
1 parent 0760d81 commit ea175ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/test_call_variant_peptides.py
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ def test_call_variant_peptide_case43(self):
self.data_dir/'fuzz/15/fake_variants.gvf'
]
expected = self.data_dir/'fuzz/15/brute_force.txt'
reference = self.data_dir/'downsampled_reference/ENST00000452737.5'
reference = self.data_dir/'downsampled_reference/ENST00000314675.11'
self.default_test_case(gvf, reference, expected)

def test_call_variant_peptide_case44(self):
Expand All @@ -691,5 +691,5 @@ def test_call_variant_peptide_case44(self):
self.data_dir/'fuzz/16/fake_variants.gvf'
]
expected = self.data_dir/'fuzz/16/brute_force.txt'
reference = self.data_dir/'downsampled_reference/ENST00000452737.5'
reference = self.data_dir/'downsampled_reference/ENST00000314675.11'
self.default_test_case(gvf, reference, expected)

0 comments on commit ea175ba

Please sign in to comment.