From 84e9d86c255f3b860c938e7cb33c4a54202ae28c Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Thu, 23 Apr 2020 08:33:28 -0400 Subject: [PATCH] Update installer_test.go update now-exported function (fix bad PR) --- internal/providercache/installer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/providercache/installer_test.go b/internal/providercache/installer_test.go index 9fb899634..e1db6a36f 100644 --- a/internal/providercache/installer_test.go +++ b/internal/providercache/installer_test.go @@ -48,7 +48,7 @@ func TestEnsureProviderVersions(t *testing.T) { defer os.RemoveAll(tmpDirPath) // set up the installer using the temporary directory and mock source - dir := newDirWithPlatform(tmpDirPath, platform) + dir := NewDirWithPlatform(tmpDirPath, platform) installer := NewInstaller(dir, source) // First test: easy case. The requested version supports the current plugin protocol version