Skip to content

Commit 4ef3f7e

Browse files
committed
Add missing import.
1 parent bac4f9a commit 4ef3f7e

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/CsvTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
import static org.hamcrest.Matchers.equalTo;
127127
import static org.hamcrest.Matchers.everyItem;
128128
import static org.hamcrest.Matchers.greaterThan;
129-
import static org.hamcrest.Matchers.hasSize;
129+
import static org.hamcrest.Matchers.in;
130130
import static org.hamcrest.Matchers.is;
131131
import static org.hamcrest.Matchers.notNullValue;
132132

0 commit comments

Comments
 (0)