Fix broken test due to function rename

This commit is contained in:
Alisdair McDiarmid 2020-04-22 10:52:49 -04:00
parent 6c0f7703a6
commit 54abb87fb4
1 changed files with 1 additions and 1 deletions

View File

@ -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,