We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a19079 commit a443ea6Copy full SHA for a443ea6
1 file changed
src/test/java/io/weaviate/client6/v1/api/collections/batch/BatchContextTest.java
@@ -549,7 +549,7 @@ public void test_startAfterClose() throws Exception {
549
*/
550
private List<String> recvDataAndAck() throws InterruptedException {
551
List<String> received = recvData();
552
- out.emitEvent(new Event.Acks(received));
+ out.emitEventAsync(new Event.Acks(received));
553
return received;
554
}
555
0 commit comments