Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected method call in test
Change-Id: I013e6050d90778f56d61deb8ffbfac70b3647374
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Jul 22, 2012
1 parent 075d518 commit 28b0629
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -520,7 +520,7 @@ public class GeometryToolsTest extends CDKTestCase {
container.addAtom(atom2);
container.addAtom(atom3);

Assert.assertEquals(GeometryTools.CoordinateCoverage.NONE, GeometryTools.get2DCoordinateCoverage(container));
Assert.assertEquals(GeometryTools.CoordinateCoverage.NONE, GeometryTools.get3DCoordinateCoverage(container));

}

Expand Down

0 comments on commit 28b0629

Please sign in to comment.