Skip to content

Commit bb760e9

Browse files
committed
GH-163 - Fix wrong property name in integration test configuration.
1 parent c978435 commit bb760e9

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/resources/application-h2.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
33

44
spring.test.database.replace=NONE
55

6-
spring.modulith.jdbc-events.schema-initialization.enabled=true
6+
spring.modulith.events.jdbc-schema-initialization.enabled=true

0 commit comments

Comments
 (0)