mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update installer_test.go
update now-exported function (fix bad PR)
This commit is contained in:
parent
21b9da5a02
commit
84e9d86c25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user