diff --git a/spring-data-cassandra/src/test/java/org/springframework/data/cassandra/core/ReactiveCassandraBatchTemplateIntegrationTests.java b/spring-data-cassandra/src/test/java/org/springframework/data/cassandra/core/ReactiveCassandraBatchTemplateIntegrationTests.java index 27d3dd624..cf3c57a6b 100644 --- a/spring-data-cassandra/src/test/java/org/springframework/data/cassandra/core/ReactiveCassandraBatchTemplateIntegrationTests.java +++ b/spring-data-cassandra/src/test/java/org/springframework/data/cassandra/core/ReactiveCassandraBatchTemplateIntegrationTests.java @@ -401,7 +401,7 @@ class ReactiveCassandraBatchTemplateIntegrationTests extends AbstractKeyspaceCre batchOperations.insert(Mono.just(Arrays.asList(new Group(new GroupKey("users", "0x1", "walter" + random.longs())), new Group(new GroupKey("users", "0x1", "walter" + random.longs())), new Group(new GroupKey("users", "0x1", "walter" + random.longs())), - new Group(new GroupKey("users", "0x1", "walter" + random.longs())))).publishOn(Schedulers.elastic())); + new Group(new GroupKey("users", "0x1", "walter" + random.longs())))).publishOn(Schedulers.boundedElastic())); } batchOperations.execute()