Update installer_test.go

update now-exported function (fix bad PR)
This commit is contained in:
Kristin Laemmert 2020-04-23 08:33:28 -04:00 committed by GitHub
parent 21b9da5a02
commit 84e9d86c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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