Skip to content
Snippets Groups Projects

nodejs 9 is not supported anymore

Merged Piotr Gawron requested to merge node-issue into devel_15.1.x
Files
2
@@ -149,11 +149,11 @@ public class ReconAnnotatorTest extends AnnotationTestFunctions {
@Test
public void testAnnotatingForOxygen() throws Exception {
SimpleMolecule molecule = new SimpleMolecule("id");
molecule.setName("o2");
molecule.setName("h2o");
reconAnnotator.annotateElement(molecule);
assertTrue(molecule.getMiriamData().size() > 0);
assertEquals(0, getWarnings().size());
assertEquals("O2", molecule.getFormula());
assertEquals("H2O", molecule.getFormula());
}
@Test
Loading