Skip to content

Commit 00852d2

Browse files
raedbhodrotbohm
authored andcommitted
GH-718 - Enable tests that were mistakenly disabled.
1 parent af6dc5e commit 00852d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-modulith-events/spring-modulith-events-jdbc/src/test/java/org/springframework/modulith/events/jdbc/DatabaseSchemaInitializerIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void shouldCreateDatabaseSchemaOnStartUp() {
7171

7272
@Nested
7373
@JdbcTest(properties = "spring.modulith.events.jdbc.schema-initialization.enabled=false")
74-
static class WithInitDisabled extends TestBase {
74+
class InitializationDisabledExplicitly extends TestBase {
7575

7676
@SpyBean JdbcOperations operations;
7777
@Autowired Optional<DatabaseSchemaInitializer> initializer;

0 commit comments

Comments
 (0)