Skip to content

Commit

Permalink
Invert test assertion - the molecule is now automatically configured …
Browse files Browse the repository at this point in the history
…and the structures are the same.
  • Loading branch information
johnmay committed Jun 11, 2013
1 parent 597bfe2 commit 007dcf4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -945,7 +945,7 @@ public void testCanSmiWithoutConfiguredAtoms() throws CDKException, IOException
String o1 = sg.createSMILES(m1);
String o2 = sg.createSMILES(m2);

Assert.assertFalse("The two canonical SMILES should not match",o1.equals(o2));
Assert.assertTrue("The two canonical SMILES should match",o1.equals(o2));
}

/**
Expand Down

0 comments on commit 007dcf4

Please sign in to comment.