Skip to content

Commit cd3abed

Browse files
committed
mistyped
1 parent d953f83 commit cd3abed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statecheck/expect_identity_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestExpectIdentity_CheckState_No_Terraform_Identity_Support(t *testing.T) {
6868
Config: `resource "examplecloud_thing" "one" {}`,
6969
ConfigStateChecks: []statecheck.StateCheck{
7070
statecheck.ExpectIdentity(
71-
"examplecloud_thing.two",
71+
"examplecloud_thing.one",
7272
map[string]knownvalue.Check{
7373
"id": knownvalue.StringExact("id-123"),
7474
"list_of_numbers": knownvalue.ListExact(

0 commit comments

Comments
 (0)