Skip to content

Commit

Permalink
GH-707 - Enable tests that were mistakenly disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
raedbh authored and odrotbohm committed Jul 8, 2024
1 parent d3e677a commit 6def19e
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 6def19e

Please sign in to comment.