diff --git a/src/test/java/genepi/imputationserver/steps/FastQualityControlTest.java b/src/test/java/genepi/imputationserver/steps/FastQualityControlTest.java index 435cd987..2a1d3b5e 100644 --- a/src/test/java/genepi/imputationserver/steps/FastQualityControlTest.java +++ b/src/test/java/genepi/imputationserver/steps/FastQualityControlTest.java @@ -536,7 +536,7 @@ public void testQcStatisticsAllowAlleleSwitches() throws IOException { // check statistics - assertTrue(context.hasInMemory("Excluded sites in total: 2,967")); + assertTrue(context.hasInMemory("Excluded sites in total: 121,176")); assertTrue(context.hasInMemory("Allele switch: 118,209")); } @@ -556,7 +556,7 @@ public void testQcStatisticsDontAllowAlleleSwitches() throws IOException { // check statistics - assertTrue(context.hasInMemory("Excluded sites in total: 2,967")); + assertTrue(context.hasInMemory("Excluded sites in total: 121,176")); assertTrue(context.hasInMemory("Allele switch: 118,209")); assertTrue(context.hasInMemory("Error: More than 33 allele switches have been detected. Imputation cannot be started!")); }