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 {
332
332
acZ .addAtom (a3Z );
333
333
acZ .addAtom (a4Z );
334
334
335
- acZ .addBond (new Bond (a1Z , a2Z , Order .DOUBLE ));
336
335
acZ .addBond (new Bond (a1Z , a2Z , Order .DOUBLE ));
337
336
acZ .addBond (new Bond (a1Z , a3Z , Order .SINGLE ));
338
337
acZ .addBond (new Bond (a2Z , a4Z , Order .SINGLE ));
@@ -602,7 +601,6 @@ public void testGetStandardInchiEandZ12Dichloroethene2D() throws Exception {
602
601
acZ .addAtom (a3Z );
603
602
acZ .addAtom (a4Z );
604
603
605
- acZ .addBond (new Bond (a1Z , a2Z , Order .DOUBLE ));
606
604
acZ .addBond (new Bond (a1Z , a2Z , Order .DOUBLE ));
607
605
acZ .addBond (new Bond (a1Z , a3Z , Order .SINGLE ));
608
606
acZ .addBond (new Bond (a2Z , a4Z , Order .SINGLE ));
You can’t perform that action at this time.
0 commit comments