move contents of pkg/util/test into pkg/test

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2019-08-07 08:26:00 -06:00
parent 9d9c232729
commit ffa3251efc
49 changed files with 39 additions and 39 deletions
@@ -40,7 +40,7 @@ import (
persistencemocks "github.com/heptio/velero/pkg/persistence/mocks"
"github.com/heptio/velero/pkg/plugin/clientmgmt"
pluginmocks "github.com/heptio/velero/pkg/plugin/mocks"
velerotest "github.com/heptio/velero/pkg/util/test"
velerotest "github.com/heptio/velero/pkg/test"
)
func defaultLocationsList(namespace string) []*velerov1api.BackupStorageLocation {