mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
Fixed Typo in Test Name
This commit is contained in:
parent
2118936deb
commit
f8c47345b0
@ -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));
|
Loading…
x
Reference in New Issue
Block a user