diff options
Diffstat (limited to 'cmd/podman/images/scp_test.go')
-rw-r--r-- | cmd/podman/images/scp_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/images/scp_test.go b/cmd/podman/images/scp_test.go index d4d8f8e58..315fda2ab 100644 --- a/cmd/podman/images/scp_test.go +++ b/cmd/podman/images/scp_test.go @@ -3,7 +3,7 @@ package images import ( "testing" - "github.com/containers/podman/v3/pkg/domain/entities" + "github.com/containers/podman/v4/pkg/domain/entities" "github.com/stretchr/testify/assert" ) |