Skip to content

Commit

Permalink
remove nl
Browse files Browse the repository at this point in the history
Co-authored-by: Yossi Farjoun <[email protected]>
Co-authored-by: Louis Bergelson <[email protected]>
  • Loading branch information
lbergelson and Yossi Farjoun committed Aug 2, 2019
1 parent 1cc3341 commit f63282e
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 f63282e

Please sign in to comment.