JAL-4027 JAL-3858 rename CUSTOM_RENDERER to CONTACT_MATRIX annotation.graph type...
[jalview.git] / test / jalview / ws / seqfetcher / DbRefFetcherTest.java
index d2b5aec..8ba2585 100644 (file)
@@ -245,7 +245,7 @@ public class DbRefFetcherTest
     assertEquals("One sequence only", resp.getHeight(), 1);
     for (AlignmentAnnotation aa : resp.getAlignmentAnnotation())
     {
-      if (aa.graph == AlignmentAnnotation.CUSTOMRENDERER)
+      if (aa.graph == AlignmentAnnotation.CONTACT_MAP)
       {
         assertTrue("Contact map didn't provide valid contact",
                 resp.getContactListFor(aa, 1).getContactAt(1) != -1d);