Fixed Typo in Test Name

This commit is contained in:
Colin Goodheart-Smithe 2015-09-11 09:30:55 +01:00
parent 2118936deb
commit f8c47345b0

View File

@ -28,7 +28,7 @@ import java.io.IOException;
import static org.hamcrest.Matchers.equalTo;
public class ShapeRalationTests extends ESTestCase {
public class ShapeRelationTests extends ESTestCase {
public void testValidOrdinals() {
assertThat(ShapeRelation.INTERSECTS.ordinal(), equalTo(0));