diff --git a/terraform/node_resource_refresh_test.go b/terraform/node_resource_refresh_test.go index b2ac4d346..8eca1c1f8 100644 --- a/terraform/node_resource_refresh_test.go +++ b/terraform/node_resource_refresh_test.go @@ -59,11 +59,11 @@ func TestNodeRefreshableManagedResourceDynamicExpand_scaleOut(t *testing.T) { actual := g.StringWithNodeTypes() expected := `aws_instance.foo[0] - *terraform.NodeRefreshableManagedResourceInstance aws_instance.foo[1] - *terraform.NodeRefreshableManagedResourceInstance -aws_instance.foo[2] - *terraform.NodePlannableResourceInstance +aws_instance.foo[2] - *terraform.NodeRefreshableManagedResourceInstance root - terraform.graphNodeRoot aws_instance.foo[0] - *terraform.NodeRefreshableManagedResourceInstance aws_instance.foo[1] - *terraform.NodeRefreshableManagedResourceInstance - aws_instance.foo[2] - *terraform.NodePlannableResourceInstance + aws_instance.foo[2] - *terraform.NodeRefreshableManagedResourceInstance ` if expected != actual { t.Fatalf("Expected:\n%s\nGot:\n%s", expected, actual)