|
|
|
|
@ -6900,7 +6900,6 @@ func TestContext2Apply_destroyWithModuleVariableAndCount(t *testing.T) {
|
|
|
|
|
actual := strings.TrimSpace(state.String())
|
|
|
|
|
expected := strings.TrimSpace(`
|
|
|
|
|
<no state>
|
|
|
|
|
module.child:
|
|
|
|
|
`)
|
|
|
|
|
if actual != expected {
|
|
|
|
|
t.Fatalf("expected: \n%s\n\nbad: \n%s", expected, actual)
|
|
|
|
|
@ -7066,7 +7065,6 @@ func TestContext2Apply_destroyWithModuleVariableAndCountNested(t *testing.T) {
|
|
|
|
|
actual := strings.TrimSpace(state.String())
|
|
|
|
|
expected := strings.TrimSpace(`
|
|
|
|
|
<no state>
|
|
|
|
|
module.child.child2:
|
|
|
|
|
`)
|
|
|
|
|
if actual != expected {
|
|
|
|
|
t.Fatalf("expected: \n%s\n\nbad: \n%s", expected, actual)
|
|
|
|
|
|