Skip to content

Commit 5d7160a

Browse files
committed
test(batch): rename test case
1 parent f8f3135 commit 5d7160a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/it/java/io/weaviate/integration/BatchITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static void __() {
2424
}
2525

2626
@Test
27-
public void test() throws IOException {
27+
public void test10_000Objects() throws IOException {
2828
var nsThings = ns("Things");
2929

3030
var things = client.collections.create(

0 commit comments

Comments
 (0)