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

Fixed test

parent 49b6b782
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ class ShivaSvCallingTest extends TestNGSuite with Matchers {
pipeline.inputBams = Map("bam" -> ShivaSvCallingTest.inputTouch("bam" + ".bam"))
if (!del && !dup && !inv && !tra) intercept[IllegalArgumentException] {
if (!del && !dup && !inv && !tra) intercept[IllegalStateException] {
pipeline.init()
pipeline.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