Skip to content
Snippets Groups Projects
Commit a564d05b authored by Sander Bollen's avatar Sander Bollen
Browse files

tiny little fix

parent e8b95688
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class HaploTypeCallerGvcfTest extends TestNGSuite with Matchers {
hc.biopetScript()
hc.getGvcfs.size shouldBe 3
hc.getGvcfs.keys.toList shouldEqual samples
hc.getGvcfs.keys.toList.sorted shouldEqual samples.sorted
}
def createInputMap(samples: List[String]): Map[String, File] = {
......
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