JAL-3597 Increased heap passmark to <= 45MB and report smallest of failed attempts...
[jalview.git] / test / jalview / datamodel / CigarArrayTest.java
index ceb0387..7bee423 100644 (file)
@@ -69,7 +69,7 @@ public class CigarArrayTest
     // columns.
 
     // no hidden columns case
-    CigarArray cig = new CigarArray(al, new HiddenColumns(), sg1);
+    CigarArray cig = new CigarArray(al, null, sg1);
     String result = cig.getCigarstring();
     assertEquals(result, "22M");