Skip to content

Commit

Permalink
This is not a status message rather than log - makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed Dec 18, 2021
1 parent b94ca4f commit e4f75ca
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -906,7 +906,8 @@ public void timeout() throws Exception {
InChIGeneratorFactory inchiFact = InChIGeneratorFactory.getInstance();
InChIGenerator generator = inchiFact.getInChIGenerator(mol, "W0.01");
assertThat(generator.getReturnStatus(), is(INCHI_RET.ERROR));
assertThat(generator.getLog(), containsString("Time limit exceeded"));
assertThat(generator.getMessage(),
containsString("Time limit exceeded"));
}

/**
Expand Down

0 comments on commit e4f75ca

Please sign in to comment.