diff options
Diffstat (limited to 'pkg/specgen/namespaces_test.go')
-rw-r--r-- | pkg/specgen/namespaces_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/specgen/namespaces_test.go b/pkg/specgen/namespaces_test.go index bb2fdd4c6..368c92bd5 100644 --- a/pkg/specgen/namespaces_test.go +++ b/pkg/specgen/namespaces_test.go @@ -5,7 +5,7 @@ import ( "testing" "github.com/containers/common/libnetwork/types" - "github.com/containers/podman/v3/pkg/rootless" + "github.com/containers/podman/v4/pkg/rootless" "github.com/stretchr/testify/assert" ) |