Skip to content

Commit

Permalink
spring-projectsGH-707 - Enable tests that were mistakenly disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
raedbh committed Jul 6, 2024
1 parent debe021 commit 9624cba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void shouldCreateDatabaseSchemaOnStartUp() {

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

@SpyBean JdbcOperations operations;
@Autowired Optional<DatabaseSchemaInitializer> initializer;
Expand Down

0 comments on commit 9624cba

Please sign in to comment.