Skip to content

Commit

Permalink
Fixed issue with DB
Browse files Browse the repository at this point in the history
  • Loading branch information
ieuna committed May 23, 2024
1 parent fe313b7 commit 4d2f1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public interface PostgresRuntime {

@RegisterExtension
static final BeforeAllCallback CREATE_DATABASE = context -> PostgresqlEndToEndInstance.createDatabase("runtime");
static final BeforeAllCallback CREATE_DATABASE = context -> PostgresqlEndToEndInstance.createDatabase("backendservicedb");

@RegisterExtension
public static final EdcRuntimeExtension RUNTIME = new EdcRuntimeExtension(
Expand Down

0 comments on commit 4d2f1d6

Please sign in to comment.