Polish
See gh-11143
This commit is contained in:
committed by
Stephane Nicoll
parent
ac22225b1d
commit
d9828a0aaa
@@ -80,7 +80,7 @@ public class CouchbaseReactiveRepositoriesAutoConfigurationTests {
|
||||
|
||||
@Test
|
||||
public void doesNotTriggerDefaultRepositoryDetectionIfCustomized() {
|
||||
load(CouchbaseReactiveRepositoriesAutoConfigurationTests.CustomizedConfiguration.class);
|
||||
load(CustomizedConfiguration.class);
|
||||
assertThat(this.context.getBeansOfType(ReactiveCityCouchbaseRepository.class))
|
||||
.isEmpty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user