X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fws%2Fseqfetcher%2FDbRefFetcherTest.java;h=8ba25859c842974b975b376f7c1a365fd3f1dcf1;hb=c2dd443026847395d0c9dc824c6c90457de9a675;hp=d2b5aecdc3b395e4bd485ae09b0dc4612cf291b1;hpb=0de37d1a047209510bab82225109ae2a47931f79;p=jalview.git diff --git a/test/jalview/ws/seqfetcher/DbRefFetcherTest.java b/test/jalview/ws/seqfetcher/DbRefFetcherTest.java index d2b5aec..8ba2585 100644 --- a/test/jalview/ws/seqfetcher/DbRefFetcherTest.java +++ b/test/jalview/ws/seqfetcher/DbRefFetcherTest.java @@ -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);