Skip to content

Commit c3e5bbe

Browse files
committed
Fix typo in test name
testDallow -> testDisallow Follows: a8b39ed
1 parent b9e2d16 commit c3e5bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/percolator/src/test/java/org/elasticsearch/percolator/PercolatorQuerySearchIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ public void testPercolatorQueryViaMultiSearch() throws Exception {
879879
assertThat(item.getFailureMessage(), containsString("[test/6] couldn't be found"));
880880
}
881881

882-
public void testDallowExpensiveQueries() throws IOException {
882+
public void testDisallowExpensiveQueries() throws IOException {
883883
try {
884884
assertAcked(client().admin().indices().prepareCreate("test")
885885
.setMapping("id", "type=keyword", "field1", "type=keyword", "query", "type=percolator")

0 commit comments

Comments
 (0)