Skip to content
Snippets Groups Projects
Commit 2ee76e7a authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixed test

parent 2ade4df7
No related branches found
No related tags found
No related merge requests found
......@@ -65,9 +65,10 @@ class CarpTest extends TestNGSuite with Matchers {
}
if (!sample1 && !sample2 && !sample3 && !threatment && !control) { // When no samples
intercept[IllegalArgumentException] {
intercept[IllegalStateException] {
initPipeline(map).script()
}
Logging.errors.clear()
} else if (threatment && !control) { // If control of a samples does not exist in samples
intercept[IllegalStateException] {
initPipeline(map).script()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment