JAL-2371 CollectionColourScheme wraps ColourSchemeI
[jalview.git] / test / jalview / schemes / ClustalxColourSchemeTest.java
index acd2e8d..d35ca76 100644 (file)
@@ -33,7 +33,7 @@ public class ClustalxColourSchemeTest
     AlignFrame af = new FileLoader().LoadFileWaitTillLoaded(FASTA,
             DataSourceType.PASTE);
     AlignmentI al = af.getViewport().getAlignment();
-    ColourSchemeI cs = new ClustalxColourScheme(al, null);
+    ClustalxColourScheme cs = new ClustalxColourScheme(al, null);
 
     /*
      * column 1 is 70% A which is above Clustalx threshold of 60%