gofmt with go1.10
This commit is contained in:
parent
1d0f5fdac9
commit
a37acb1837
|
@ -408,7 +408,7 @@ func TestPlanStats(t *testing.T) {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
PlanStats{
|
PlanStats{
|
||||||
// data resource refreshes are not counted in our stats
|
// data resource refreshes are not counted in our stats
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
|
|
|
@ -348,8 +348,8 @@ func TestInterpolater_resourceVariableMissingDuringInput(t *testing.T) {
|
||||||
&ModuleState{
|
&ModuleState{
|
||||||
Path: rootModulePath,
|
Path: rootModulePath,
|
||||||
Resources: map[string]*ResourceState{
|
Resources: map[string]*ResourceState{
|
||||||
// No resources at all yet, because we're still dealing
|
// No resources at all yet, because we're still dealing
|
||||||
// with input and so the resources haven't been created.
|
// with input and so the resources haven't been created.
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue