Fix one import path pointing to containers/podman

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon 2020-08-18 15:55:44 -04:00
parent 44e5d0c1e8
commit e2a1242cee

View file

@ -4,7 +4,7 @@ import (
"os"
"strings"
. "github.com/containers/podman/v2/test/utils"
. "github.com/containers/libpod/v2/test/utils"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)