Skip to content

Commit

Permalink
Fixed unit test: test the correct class
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi Guha <rajarshi.guha@gmail.com>
  • Loading branch information
egonw authored and rajarshi committed Oct 23, 2010
1 parent 6ff2a99 commit 12af1c3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -27,8 +27,8 @@
import org.junit.Assert;
import org.junit.Test;
import org.openscience.cdk.CDKConstants;
import org.openscience.cdk.ChemObject;
import org.openscience.cdk.CDKTestCase;
import org.openscience.cdk.ChemObject;
import org.openscience.cdk.interfaces.IAtomType;

/**
Expand Down Expand Up @@ -64,7 +64,7 @@ public class OWLAtomTypeReaderTest extends CDKTestCase {

@Test
public void testAtomTypeReader_Reader() {
AtomTypeReader reader = new AtomTypeReader(
OWLAtomTypeReader reader = new OWLAtomTypeReader(
new StringReader("")
);
Assert.assertNotNull(reader);
Expand Down

0 comments on commit 12af1c3

Please sign in to comment.