JAL-1705 test updated for canonicalised UNIPROT sequence name
[jalview.git] / test / jalview / ws / dbsources / UniprotTest.java
index ed3ac77..72e599d 100644 (file)
@@ -135,8 +135,9 @@ public class UniprotTest
 
     /*
      * name formatted as source | accession ids | names
+     * source database converted to Jalview canonical name
      */
-    String expectedName = "UniProt/Swiss-Prot|A9CKP4|A9CKP5|A9CKP4_AGRT5|A9CKP4_AGRT6";
+    String expectedName = "UNIPROT|A9CKP4|A9CKP5|A9CKP4_AGRT5|A9CKP4_AGRT6";
     assertEquals(expectedName, Uniprot.getUniprotEntryId(entry));
   }