Skip to content

Commit ea6f22b

Browse files
committed
Cleanup test case
1 parent 2074d3b commit ea6f22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/eql/src/test/java/org/elasticsearch/xpack/eql/optimizer/OptimizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ private static Attribute tiebreaker() {
753753
}
754754

755755
private static LogicalPlan rel() {
756-
return new UnresolvedRelation(EMPTY, new TableIdentifier(EMPTY, "catalog", "index", "data"), "", false);
756+
return new UnresolvedRelation(EMPTY, new TableIdentifier(EMPTY, "catalog", "index", null), "", false);
757757
}
758758

759759
private static KeyedFilter keyedFilter(LogicalPlan child) {

0 commit comments

Comments
 (0)