Skip to content

Commit

Permalink
updated a test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbenjamin committed Jun 5, 2018
1 parent 44d7165 commit 83dcb75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ public void testMinBaseQualityScore() throws Exception {
final Set<Integer> highStarts = variantsWithHighThreshold.stream().map(VariantContext::getStart).collect(Collectors.toSet());
lowStarts.removeAll(highStarts);
final List<Integer> diff = lowStarts.stream().sorted().collect(Collectors.toList());
Assert.assertEquals(diff, Arrays.asList(11000090, 11000515, 12753594));
Assert.assertEquals(diff, Arrays.asList(11000090, 11000515, 12753594, 12753849));
}
}

Expand Down

0 comments on commit 83dcb75

Please sign in to comment.