Skip to content

Commit

Permalink
remove nl
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Aug 2, 2019
1 parent 1cc3341 commit a6f062b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ public void testGenotypesUnaffectedByClonedVariants(final VCBuilderScheme builde
Assert.assertNotEquals(vc2.getGenotypes(), vc1.getGenotypes(), "The two genotype lists should be different. only saw " + vc1.getGenotypes().toString());
}


@Test
public void testCanResetFilters() {
final VariantContextBuilder builder = new VariantContextBuilder("source", "contig", 1, 1, Arrays.asList(Tref, C, G)).filter("TEST");
Expand All @@ -342,6 +341,4 @@ public void testNullFilterSet(){
builder.filters((Set<String>)null);
builder.make();
}


}

0 comments on commit a6f062b

Please sign in to comment.