Skip to content

Commit e4f75ca

Browse files
johnmayegonw
authored andcommitted
This is not a status message rather than log - makes sense
1 parent b94ca4f commit e4f75ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/inchi/src/test/java/org/openscience/cdk/inchi/InChIGeneratorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,8 @@ public void timeout() throws Exception {
906906
InChIGeneratorFactory inchiFact = InChIGeneratorFactory.getInstance();
907907
InChIGenerator generator = inchiFact.getInChIGenerator(mol, "W0.01");
908908
assertThat(generator.getReturnStatus(), is(INCHI_RET.ERROR));
909-
assertThat(generator.getLog(), containsString("Time limit exceeded"));
909+
assertThat(generator.getMessage(),
910+
containsString("Time limit exceeded"));
910911
}
911912

912913
/**

0 commit comments

Comments
 (0)