Skip to content

Commit

Permalink
Fix sanity check of testIsSaturated_MissingBondOrders_Ethane
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ujihara authored and egonw committed Dec 20, 2017
1 parent d3d5550 commit ed1888c
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -270,9 +270,8 @@ public void testIsSaturated_MissingBondOrders_Ethane() throws Exception {

// sanity check
bond.setOrder(Order.DOUBLE);
mol.addBond(bond);
findAndConfigureAtomTypesForAllAtoms(mol);
Assert.assertFalse(checker.isSaturated(mol));
Assert.assertTrue(checker.isSaturated(mol));
}

private void findAndConfigureAtomTypesForAllAtoms(IAtomContainer container) throws Exception {
Expand Down

0 comments on commit ed1888c

Please sign in to comment.