Skip to content

Commit 90b999f

Browse files
committed
fixed per ticket 139
1 parent 676941b commit 90b999f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java-springboot-final/src/test/java/support/FinalTestConfiguration.java

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public DataSource dataSource() throws ManagedProcessException {
2929

3030
var db = DB.newEmbeddedDB(configBuilder.build());
3131
db.start();
32+
db.createDB("test", "root", "");
3233

3334
return DataSourceBuilder.create()
3435
.url("jdbc:mariadb://localhost:" + db.getConfiguration().getPort() + "/test")

0 commit comments

Comments
 (0)