Skip to content

Commit ef61e8e

Browse files
committed
Merge branch '2023.1.x'
Closes gh-819
2 parents 26af0f2 + 9369e80 commit ef61e8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

grace-plugin-datasource/src/test/groovy/org/grails/plugins/datasource/DataSourcePluginConfigurationTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import org.springframework.boot.test.util.TestPropertyValues;
2424
import org.springframework.context.ApplicationContext;
2525
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
26-
import org.springframework.transaction.TransactionManager;
2726

2827
import grails.core.DefaultGrailsApplication;
2928

@@ -51,7 +50,6 @@ void close() {
5150
void defaultDataSource() {
5251
registerAndRefreshContext("dataSource.url:jdbc:h2:mem:devDb;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE");
5352
assertThat(this.context.getBean(DataSource.class)).isNotNull();
54-
assertThat(this.context.getBean(TransactionManager.class)).isNotNull();
5553
}
5654

5755
private void registerAndRefreshContext(String... env) {

0 commit comments

Comments
 (0)