From a564d05b6a952947da2827877f2ec2694a00b2b3 Mon Sep 17 00:00:00 2001
From: Sander Bollen <a.h.b.bollen@lumc.nl>
Date: Tue, 19 Jul 2016 16:42:40 +0200
Subject: [PATCH] tiny little fix

---
 .../shiva/variantcallers/HaploTypeCallerGvcfTest.scala          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shiva/src/test/scala/nl/lumc/sasc/biopet/pipelines/shiva/variantcallers/HaploTypeCallerGvcfTest.scala b/shiva/src/test/scala/nl/lumc/sasc/biopet/pipelines/shiva/variantcallers/HaploTypeCallerGvcfTest.scala
index 820efe247..f07376157 100644
--- a/shiva/src/test/scala/nl/lumc/sasc/biopet/pipelines/shiva/variantcallers/HaploTypeCallerGvcfTest.scala
+++ b/shiva/src/test/scala/nl/lumc/sasc/biopet/pipelines/shiva/variantcallers/HaploTypeCallerGvcfTest.scala
@@ -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] = {
-- 
GitLab