@ -56,7 +57,7 @@ public class AbstractReactiveMongoConfigurationIntegrationTests {
@@ -56,7 +57,7 @@ public class AbstractReactiveMongoConfigurationIntegrationTests {
@ -155,7 +156,7 @@ public class AbstractReactiveMongoConfigurationUnitTests {
@@ -155,7 +156,7 @@ public class AbstractReactiveMongoConfigurationUnitTests {
@Override
publicMongoClientreactiveMongoClient(){
returnMongoClients.create();
returnMongoTestUtils.reactiveClient();
}
@Bean
@ -183,7 +184,7 @@ public class AbstractReactiveMongoConfigurationUnitTests {
@@ -183,7 +184,7 @@ public class AbstractReactiveMongoConfigurationUnitTests {
@ -45,7 +46,8 @@ public class ReactiveMongoRepositoriesRegistrarIntegrationTests {
@@ -45,7 +46,8 @@ public class ReactiveMongoRepositoriesRegistrarIntegrationTests {
@ -78,7 +78,7 @@ public class ReactiveQuerydslMongoPredicateExecutorTests {
@@ -78,7 +78,7 @@ public class ReactiveQuerydslMongoPredicateExecutorTests {
@Override
publicMongoClientreactiveMongoClient(){
returnMongoClients.create();
returnMongoTestUtils.reactiveClient();
}
@Override
@ -90,11 +90,10 @@ public class ReactiveQuerydslMongoPredicateExecutorTests {
@@ -90,11 +90,10 @@ public class ReactiveQuerydslMongoPredicateExecutorTests {
@ -49,7 +50,7 @@ public class SimpleReactiveMongoRepositoryVersionedEntityTests {
@@ -49,7 +50,7 @@ public class SimpleReactiveMongoRepositoryVersionedEntityTests {