From 83dcb75faf7e1ce9da35f4d7d454e96026dfb658 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Tue, 5 Jun 2018 13:58:44 -0400 Subject: [PATCH] updated a test --- .../hellbender/tools/walkers/mutect/Mutect2IntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/broadinstitute/hellbender/tools/walkers/mutect/Mutect2IntegrationTest.java b/src/test/java/org/broadinstitute/hellbender/tools/walkers/mutect/Mutect2IntegrationTest.java index 4c266098b38..e69a0218ef7 100644 --- a/src/test/java/org/broadinstitute/hellbender/tools/walkers/mutect/Mutect2IntegrationTest.java +++ b/src/test/java/org/broadinstitute/hellbender/tools/walkers/mutect/Mutect2IntegrationTest.java @@ -460,7 +460,7 @@ public void testMinBaseQualityScore() throws Exception { final Set highStarts = variantsWithHighThreshold.stream().map(VariantContext::getStart).collect(Collectors.toSet()); lowStarts.removeAll(highStarts); final List diff = lowStarts.stream().sorted().collect(Collectors.toList()); - Assert.assertEquals(diff, Arrays.asList(11000090, 11000515, 12753594)); + Assert.assertEquals(diff, Arrays.asList(11000090, 11000515, 12753594, 12753849)); } }