Fix broken test due to function rename

pull/24734/head
Alisdair McDiarmid 6 years ago
parent 6c0f7703a6
commit 54abb87fb4

@ -28,7 +28,7 @@ func TestInstallPackage(t *testing.T) {
addrs.DefaultRegistryHost, "hashicorp", "null",
)
tmpDir := newDirWithPlatform(tmpDirPath, linuxPlatform)
tmpDir := NewDirWithPlatform(tmpDirPath, linuxPlatform)
meta := getproviders.PackageMeta{
Provider: nullProvider,

Loading…
Cancel
Save