JAL-653 patch broken test code - test still not passing
[jalview.git] / test / jalview / io / Gff3tests.java
index 30cb451..8df44df 100644 (file)
@@ -65,7 +65,7 @@ public class Gff3tests
   public void simpleGff3FileLoader() throws IOException
   {
     AlignFrame af = new FileLoader(false).LoadFileWaitTillLoaded(
-            simpleGff3file, null);
+            simpleGff3file, FormatAdapter.FILE);
     Assert.assertTrue(
             "Didn't read the alignment into an alignframe from Gff3 File",
             af != null);