Skip to content

Commit

Permalink
Update and rename TestJooqThreadLocalMSSqlServer2017.java to TestJooq…
Browse files Browse the repository at this point in the history
…ThreadLocalMSSqlServer2019.java
  • Loading branch information
badgerwithagun authored Jan 20, 2025
1 parent 606fe2c commit d2bc59a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

@Slf4j
@Testcontainers
class TestJooqThreadLocalMSSqlServer2017 extends AbstractJooqAcceptanceThreadLocalTest {
class TestJooqThreadLocalMSSqlServer2019 extends AbstractJooqAcceptanceThreadLocalTest {

@Container
@SuppressWarnings({"rawtypes", "resource", "unchecked"})
private static final JdbcDatabaseContainer<?> container =
new MSSQLServerContainer<>("mcr.microsoft.com/mssql/server:2017-latest")
new MSSQLServerContainer<>("mcr.microsoft.com/mssql/server:2019-latest")
.acceptLicense()
.withStartupTimeout(Duration.ofMinutes(5))
.withReuse(true);
Expand Down

0 comments on commit d2bc59a

Please sign in to comment.