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 @@ -332,7 +332,6 @@ public void testGetInchiEandZ12Dichloroethene2D() throws Exception {
332332 acZ .addAtom (a3Z );
333333 acZ .addAtom (a4Z );
334334
335- acZ .addBond (new Bond (a1Z , a2Z , Order .DOUBLE ));
336335 acZ .addBond (new Bond (a1Z , a2Z , Order .DOUBLE ));
337336 acZ .addBond (new Bond (a1Z , a3Z , Order .SINGLE ));
338337 acZ .addBond (new Bond (a2Z , a4Z , Order .SINGLE ));
@@ -602,7 +601,6 @@ public void testGetStandardInchiEandZ12Dichloroethene2D() throws Exception {
602601 acZ .addAtom (a3Z );
603602 acZ .addAtom (a4Z );
604603
605- acZ .addBond (new Bond (a1Z , a2Z , Order .DOUBLE ));
606604 acZ .addBond (new Bond (a1Z , a2Z , Order .DOUBLE ));
607605 acZ .addBond (new Bond (a1Z , a3Z , Order .SINGLE ));
608606 acZ .addBond (new Bond (a2Z , a4Z , Order .SINGLE ));
You can’t perform that action at this time.
0 commit comments