Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosanchez committed Mar 4, 2024
1 parent 2180087 commit 71735c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class StandaloneStartOracleFreeDBTest extends AbstractTestContainersSpec {

@Override
String getImageName() {
"oracle"
"oracle-free"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class WithJdbcStartOracleFreeDBTest extends AbstractTestContainersSpec {

@Override
String getImageName() {
"oracle"
"oracle-free"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class StandaloneStartOracleXEDBTest extends AbstractTestContainersSpec {

@Override
String getImageName() {
"oracle"
"oracle-xe"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class WithJdbcStartOracleXEDBTest extends AbstractTestContainersSpec {

@Override
String getImageName() {
"oracle"
"oracle-xe"
}
}

0 comments on commit 71735c7

Please sign in to comment.