Skip to content

Commit a443ea6

Browse files
committed
test(batch): send acks asynchronously
1 parent 1a19079 commit a443ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/io/weaviate/client6/v1/api/collections/batch/BatchContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ public void test_startAfterClose() throws Exception {
549549
*/
550550
private List<String> recvDataAndAck() throws InterruptedException {
551551
List<String> received = recvData();
552-
out.emitEvent(new Event.Acks(received));
552+
out.emitEventAsync(new Event.Acks(received));
553553
return received;
554554
}
555555

0 commit comments

Comments
 (0)