Fix broken test due to function rename
This commit is contained in:
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…
Reference in New Issue