Skip to content

Commit

Permalink
chore: 변수 접근자 var -> val 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Jan 9, 2024
1 parent ceda98b commit dd29228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.testcontainers.containers.wait.strategy.ShellStrategy
@AutoScan
class TestContainerExtension : ProjectExtension {

private var containers = mutableListOf<DockerComposeContainer<*>>()
private val containers = mutableListOf<DockerComposeContainer<*>>()

override suspend fun interceptProject(context: ProjectContext, callback: suspend (ProjectContext) -> Unit) {
if (isTestcontianersEnable(context)) {
Expand Down

0 comments on commit dd29228

Please sign in to comment.