Skip to content

Commit 7e021f4

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

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
import static org.hamcrest.Matchers.greaterThan;
129129
import static org.hamcrest.Matchers.in;
130130
import static org.hamcrest.Matchers.is;
131+
import static org.hamcrest.Matchers.hasSize;
131132
import static org.hamcrest.Matchers.notNullValue;
132133

133134
/**

0 commit comments

Comments
 (0)