File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/org/springframework/data/couchbase/domain Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666/**
6767 * @author Michael Reiche
6868 */
69- @ SpringJUnitConfig (FluxTest .Config .class )
69+ @ SpringJUnitConfig (FluxIntegrationTests .Config .class )
7070@ IgnoreWhen (clusterTypes = ClusterType .MOCKED )
71- public class FluxTest extends JavaIntegrationTests {
71+ public class FluxIntegrationTests extends JavaIntegrationTests {
7272
7373 @ BeforeAll
7474 public static void beforeEverything () {
7575 /**
7676 * The couchbaseTemplate inherited from JavaIntegrationTests uses org.springframework.data.couchbase.domain.Config
7777 * It has typeName = 't' (instead of _class). Don't use it.
7878 */
79- ApplicationContext ac = new AnnotationConfigApplicationContext (FluxTest .Config .class );
79+ ApplicationContext ac = new AnnotationConfigApplicationContext (FluxIntegrationTests .Config .class );
8080 couchbaseTemplate = (CouchbaseTemplate ) ac .getBean (BeanNames .COUCHBASE_TEMPLATE );
8181 reactiveCouchbaseTemplate = (ReactiveCouchbaseTemplate ) ac .getBean (BeanNames .REACTIVE_COUCHBASE_TEMPLATE );
8282 collection = couchbaseTemplate .getCouchbaseClientFactory ().getBucket ().defaultCollection ();
You can’t perform that action at this time.
0 commit comments