Merge branch 'Jalview-JS/develop' into develop
[jalview.git] / test / jalview / io / FileFormatsTest.java
index 7810504..53f18bf 100644 (file)
@@ -37,7 +37,7 @@ public class FileFormatsTest
             .getName())));
     assertTrue(formats.isIdentifiable(formats.forName(FileFormat.Jnet
             .getName())));
-    assertFalse(formats.isIdentifiable(formats.forName(FileFormat.Jalview
+    assertTrue(formats.isIdentifiable(formats.forName(FileFormat.Jalview
             .getName())));
     assertFalse(formats.isIdentifiable(null));