JAL-2344 unit test updated for code change
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 15 Nov 2018 14:02:52 +0000 (14:02 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 15 Nov 2018 14:02:52 +0000 (14:02 +0000)
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));