Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
johnmay committed Apr 19, 2017
1 parent fd90a8e commit 26f7f53
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -601,7 +601,7 @@ public void unspecifiedMarkedOnDifferentLigands() {
* {@code SMILES: O=C4C=C2[C@]([C@@]1([H])CC[C@@]3([C@@]([H])(O)CC[C@@]3([H])[C@]1([H])CC2)C)(C)CC4}
*/
@Test
public void tesosterone() throws CDKException {
public void testosterone() throws CDKException {
SmilesParser smipar = new SmilesParser(SilentChemObjectBuilder.getInstance());
IAtomContainer mol = smipar.parseSmiles("O=C4C=C2[C@]([C@@]1([H])CC[C@@]3([C@@]([H])(O)CC[C@@]3([H])[C@]1([H])CC2)C)(C)CC4");
StructureDiagramGenerator sdg = new StructureDiagramGenerator();
Expand Down

0 comments on commit 26f7f53

Please sign in to comment.