We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac4f9a commit 4ef3f7eCopy full SHA for 4ef3f7e
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/CsvTests.java
@@ -126,7 +126,7 @@
126
import static org.hamcrest.Matchers.equalTo;
127
import static org.hamcrest.Matchers.everyItem;
128
import static org.hamcrest.Matchers.greaterThan;
129
-import static org.hamcrest.Matchers.hasSize;
+import static org.hamcrest.Matchers.in;
130
import static org.hamcrest.Matchers.is;
131
import static org.hamcrest.Matchers.notNullValue;
132
0 commit comments