Fix TestCacheState_RefreshState

This commit is contained in:
David Tolnay 2016-09-07 19:17:56 -07:00
parent 61185f083c
commit bb7dfaec81
1 changed files with 1 additions and 0 deletions

View File

@ -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{},
},