We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9e995 commit b94ca4fCopy full SHA for b94ca4f
storage/inchi/src/test/java/org/openscience/cdk/inchi/InChIGeneratorTest.java
@@ -990,8 +990,6 @@ public void testFiveSecondTimeoutFlag() throws Exception {
990
ac.addAtom(new Atom("C"));
991
InChIGeneratorFactory factory = InChIGeneratorFactory.getInstance();
992
InChIGenerator generator = factory.getInChIGenerator(ac);
993
-
994
- String flagChar = System.getProperty("os.name", "").toLowerCase().startsWith("windows") ? "/" : "-";
995
- assertThat(generator.options.getTimeoutMilliSeconds(), is(5000));
+ assertThat(generator.options.getTimeoutMilliSeconds(), is(5000L));
996
}
997
0 commit comments