From 9e6afa38edbc34c7e989dc643d8c173b677fdbd0 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Thu, 15 Nov 2018 14:02:52 +0000 Subject: [PATCH] JAL-2344 unit test updated for code change --- test/jalview/io/FileFormatsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jalview/io/FileFormatsTest.java b/test/jalview/io/FileFormatsTest.java index 7810504..53f18bf 100644 --- a/test/jalview/io/FileFormatsTest.java +++ b/test/jalview/io/FileFormatsTest.java @@ -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)); -- 1.7.10.2