diff --git a/annotation/src/test/java/lcsb/mapviewer/annotation/services/ChEMBLParserTest.java b/annotation/src/test/java/lcsb/mapviewer/annotation/services/ChEMBLParserTest.java index 815e57dda949cbc4b60f743058f09d51f09eb963..ea227a5b9e0f9bebade68b6979535e7c13dcf655 100644 --- a/annotation/src/test/java/lcsb/mapviewer/annotation/services/ChEMBLParserTest.java +++ b/annotation/src/test/java/lcsb/mapviewer/annotation/services/ChEMBLParserTest.java @@ -950,7 +950,7 @@ public class ChEMBLParserTest extends AnnotationTestFunctions { // valid xml but with empty data when(mockDownloader.getFromNetwork(anyString())).thenReturn( - "<response><molecules>" + "<molecule><pref_name/><molecule_chembl_id/><molecule_synonyms/></molecule>" + "<response><molecules>" + "<molecule><pref_name/><max_phase/><molecule_chembl_id/><molecule_synonyms/></molecule>" + "</molecules><mechanisms/><molecule_forms/></response>"); chemblParser.setWebPageDownloader(mockDownloader); assertEquals(ExternalServiceStatusType.CHANGED, chemblParser.getServiceStatus().getStatus());