Skip to content

Commit

Permalink
remove extra arg from test
Browse files Browse the repository at this point in the history
  • Loading branch information
RoriCremer committed Apr 28, 2021
1 parent 08b6a81 commit 4f82c37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public void testRemoveAnnotations() {
0.0,
null,
null,
null,
false);
List<VariantContext> variantContexts = VariantContextTestUtils.getVariantContexts(ORIGINAL_TEST_FILE); // list variantContexts from VCF file
VariantContext expectedVC = engine.removeAnnotations(variantContexts.get(0)); // single variantContext -- with annotations removed
Expand Down

0 comments on commit 4f82c37

Please sign in to comment.