Skip to content

Commit efec59d

Browse files
committed
enable all csv tests
1 parent 5883ada commit efec59d

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
@@ -191,7 +191,7 @@ public class CsvTests extends ESTestCase {
191191

192192
@ParametersFactory(argumentFormatting = "%2$s.%3$s")
193193
public static List<Object[]> readScriptSpec() throws Exception {
194-
List<URL> urls = classpathResources("/sample.csv-spec");
194+
List<URL> urls = classpathResources("/*.csv-spec");
195195
assertThat("Not enough specs found " + urls, urls, hasSize(greaterThan(0)));
196196
return SpecReader.readScriptSpec(urls, specParser());
197197
}

0 commit comments

Comments
 (0)