Skip to content

Commit

Permalink
Redundant brackets are not produced.
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Oct 14, 2013
1 parent 3ebcb39 commit 9e75ad9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -277,7 +277,7 @@ public void testSmilesGenerator() throws Exception {
mol1 = AtomContainerManipulator.removeHydrogens(mol1);
smiles1 = sg.createSMILES(mol1);
Assert.assertNotNull(smiles1);
Assert.assertEquals("OC1CCCCC1(O)", smiles1);
Assert.assertEquals("OC1CCCCC1O", smiles1);
}


Expand Down

0 comments on commit 9e75ad9

Please sign in to comment.