Skip to content

Commit dbe6f60

Browse files
fix: error message is in different order
1 parent 7de012c commit dbe6f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/services/spanner/resource_spanner_instance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func TestAccSpannerInstance_noNodeCountSpecified(t *testing.T) {
8484
Steps: []resource.TestStep{
8585
{
8686
Config: testAccSpannerInstance_noNodeCountSpecified(idName),
87-
ExpectError: regexp.MustCompile(".*one of `autoscaling_config,num_nodes,processing_units,instance_type`\nmust be specified.*"),
87+
ExpectError: regexp.MustCompile(".*one of\n`autoscaling_config,instance_type,num_nodes,processing_units` must be\nspecified.*"),
8888
},
8989
},
9090
})

0 commit comments

Comments
 (0)