Skip to content

Commit

Permalink
fix: update module path (testcontainers#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Sep 25, 2024
1 parent e02e8eb commit ec9bf5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/grafana-lgtm/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"golang.org/x/sync/errgroup"

"github.com/testcontainers/testcontainers-go"
"github.com/testcontainers/testcontainers-go/modules/grafanalgtm"
grafanalgtm "github.com/testcontainers/testcontainers-go/modules/grafana-lgtm"
)

func ExampleRun() {
Expand Down
2 changes: 1 addition & 1 deletion modules/grafana-lgtm/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/testcontainers/testcontainers-go/modules/grafanalgtm
module github.com/testcontainers/testcontainers-go/modules/grafana-lgtm

go 1.22

Expand Down
2 changes: 1 addition & 1 deletion modules/grafana-lgtm/grafana_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/stretchr/testify/require"

"github.com/testcontainers/testcontainers-go"
"github.com/testcontainers/testcontainers-go/modules/grafanalgtm"
grafanalgtm "github.com/testcontainers/testcontainers-go/modules/grafana-lgtm"
)

func TestGrafanaLGTM(t *testing.T) {
Expand Down

0 comments on commit ec9bf5d

Please sign in to comment.