JAL-3253-applet JAL-3397
[jalview.git] / test / jalview / datamodel / features / FeatureStoreNCListBufferTest.java
index c7598d4..66cd892 100644 (file)
@@ -19,7 +19,7 @@ public class FeatureStoreNCListBufferTest
   private FeatureStore newFeatureStore()
   {
     return new FeatureStore(
-            FeatureStore.INTERVAL_STORE_NCLIST_BUFFER_PRESORT);
+            FeatureStore.INTERVAL_STORE_NCARRAY);
   }
 
   @Test(groups = "Functional")