diff --git a/terraform/context_apply_test.go b/terraform/context_apply_test.go index 3308d966b..dc0cc646f 100644 --- a/terraform/context_apply_test.go +++ b/terraform/context_apply_test.go @@ -6221,7 +6221,7 @@ func TestContext2Apply_destroyNestedModule(t *testing.T) { // Test that things were destroyed actual := strings.TrimSpace(state.String()) - if actual != "" { + if actual != "" { t.Fatalf("expected no state, got: %s", actual) } }