Skip to content

Commit

Permalink
Fix error message in assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Jan 31, 2024
1 parent 491222b commit 74ba9cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ public void testQcStatisticsDontAllowAlleleSwitches() throws IOException {

assertTrue(context.hasInMemory("Excluded sites in total: 2,967"));
assertTrue(context.hasInMemory("Allele switch: 118,209"));
assertTrue(context.hasInMemory("<b>Error:</b> More than 33 allele switches have been detected. Instructions to solve this issue can be found in our documentation. Imputation cannot be started! "));
assertTrue(context.hasInMemory("<b>Error:</b> More than 33 allele switches have been detected. Instructions to solve this issue can be found in our documentation. Imputation cannot be started!"));
}

public void testQcStatisticsFilterOverlap() throws IOException {
Expand Down

0 comments on commit 74ba9cc

Please sign in to comment.