Skip to content

Commit

Permalink
These tests add the same bond twice a1E=a2E which is now a warning - …
Browse files Browse the repository at this point in the history
…used to be ignored. The tests were wrong
  • Loading branch information
johnmay authored and egonw committed Dec 18, 2021
1 parent e4f75ca commit 14ef0fa
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -311,7 +311,6 @@ public void testGetInchiEandZ12Dichloroethene2D() throws Exception {
acE.addAtom(a3E);
acE.addAtom(a4E);

acE.addBond(new Bond(a1E, a2E, Order.DOUBLE));
acE.addBond(new Bond(a1E, a2E, Order.DOUBLE));
acE.addBond(new Bond(a1E, a3E, Order.SINGLE));
acE.addBond(new Bond(a2E, a4E, Order.SINGLE));
Expand Down Expand Up @@ -582,7 +581,6 @@ public void testGetStandardInchiEandZ12Dichloroethene2D() throws Exception {
acE.addAtom(a3E);
acE.addAtom(a4E);

acE.addBond(new Bond(a1E, a2E, Order.DOUBLE));
acE.addBond(new Bond(a1E, a2E, Order.DOUBLE));
acE.addBond(new Bond(a1E, a3E, Order.SINGLE));
acE.addBond(new Bond(a2E, a4E, Order.SINGLE));
Expand Down

0 comments on commit 14ef0fa

Please sign in to comment.