Skip to content

Commit

Permalink
(FORK COMMIT) Update unit tests to reflect excludedSnps behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Apr 18, 2024
1 parent 0d15b69 commit 809b951
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}

Expand All @@ -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("<b>Error:</b> More than 33 allele switches have been detected. Imputation cannot be started!"));
}
Expand Down

0 comments on commit 809b951

Please sign in to comment.