JAL-4392 Fix compilation error in test
authorRenia Correya <rcorreya001@dundee.ac.uk>
Thu, 25 Jul 2024 09:38:16 +0000 (10:38 +0100)
committerRenia Correya <rcorreya001@dundee.ac.uk>
Thu, 25 Jul 2024 09:38:16 +0000 (10:38 +0100)
test/jalview/analysis/AlignmentUtilsTests.java

index d5639fa..1cf9a80 100644 (file)
@@ -2779,7 +2779,6 @@ public class AlignmentUtilsTests
     @Test(groups = "Functional", dataProvider = "SecondaryStructureAnnotations")
     public void testSecondaryStructurePresentAndSources(AlignmentAnnotation[] annotations, boolean expectedSSPresent, ArrayList<String> expectedSSSources) {
         Assert.assertEquals(expectedSSPresent, AlignmentUtils.isSecondaryStructurePresent(annotations));
-        Assert.assertEquals(expectedSSSources, AlignmentUtils.getSecondaryStructureSources(annotations));
     }
 
     @DataProvider(name = "SecondaryStructureAnnotations")