File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
storage/inchi/src/test/java/org/openscience/cdk/inchi Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,6 @@ public void testGetInchiEandZ12Dichloroethene2D() throws Exception {
311311 acE .addAtom (a3E );
312312 acE .addAtom (a4E );
313313
314- acE .addBond (new Bond (a1E , a2E , Order .DOUBLE ));
315314 acE .addBond (new Bond (a1E , a2E , Order .DOUBLE ));
316315 acE .addBond (new Bond (a1E , a3E , Order .SINGLE ));
317316 acE .addBond (new Bond (a2E , a4E , Order .SINGLE ));
@@ -582,7 +581,6 @@ public void testGetStandardInchiEandZ12Dichloroethene2D() throws Exception {
582581 acE .addAtom (a3E );
583582 acE .addAtom (a4E );
584583
585- acE .addBond (new Bond (a1E , a2E , Order .DOUBLE ));
586584 acE .addBond (new Bond (a1E , a2E , Order .DOUBLE ));
587585 acE .addBond (new Bond (a1E , a3E , Order .SINGLE ));
588586 acE .addBond (new Bond (a2E , a4E , Order .SINGLE ));
You can’t perform that action at this time.
0 commit comments