mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix TestCacheState_RefreshState
This commit is contained in:
parent
61185f083c
commit
bb7dfaec81
@ -68,6 +68,7 @@ func TestCacheState_RefreshState(t *testing.T) {
|
||||
{
|
||||
cacheModules: []*terraform.ModuleState{
|
||||
&terraform.ModuleState{
|
||||
Path: terraform.RootModulePath,
|
||||
Resources: map[string]*terraform.ResourceState{
|
||||
"foo.foo": &terraform.ResourceState{},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user