JAL-2742 set HiddenColumns null for no hidden coluns test to match
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 11 Oct 2017 12:39:34 +0000 (13:39 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 11 Oct 2017 12:39:34 +0000 (13:39 +0100)
Jalview usage

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");