Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 23, 2024
1 parent 3d5d881 commit e5f0a9b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/mongodb/mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ import (
"github.com/testcontainers/testcontainers-go/wait"
)

var (
//go:embed mount/entrypoint-tc.sh
entrypointContent []byte
)
//go:embed mount/entrypoint-tc.sh
var entrypointContent []byte

const (
entrypointPath = "/tmp/entrypoint-tc.sh"
Expand Down

0 comments on commit e5f0a9b

Please sign in to comment.