Skip to content

Commit

Permalink
test: switch from localStackPostgresDbOnlyComposeUp to localStackComp…
Browse files Browse the repository at this point in the history
…oseUp
  • Loading branch information
jonesho committed Oct 22, 2024
1 parent 1d6d977 commit 60f1bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction-exclusion-api/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ task integrationTest(type: Test) {
classpath = sourceSets.integrationTest.runtimeClasspath
testClassesDirs = sourceSets.integrationTest.output.classesDirs

dependsOn(":localStackPostgresDbOnlyComposeUp")
dependsOn(":localStackComposeUp")
}

0 comments on commit 60f1bfe

Please sign in to comment.