Skip to content

Commit

Permalink
Update ContainerSessionProvider.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 6, 2024
1 parent 3bdfb79 commit 237390f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ final class ContainerSessionProvider extends CqlSessionProvider {
object ContainerSessionProvider {
private val disabled = java.lang.Boolean.getBoolean("disable-cassandra-testcontainer")

private lazy val container: CassandraContainer[_] = new CassandraContainer(DockerImageName.parse("cassandra:3.11.9"))
private lazy val container: CassandraContainer = new CassandraContainer(DockerImageName.parse("cassandra:3.11.9"))

lazy val started: Future[Unit] = {
if (disabled)
Expand Down

0 comments on commit 237390f

Please sign in to comment.