Skip to content

Commit

Permalink
Update provider_test.go - fix spelling (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jan 30, 2024
1 parent 34ffb9a commit 8e1a5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudstack/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func testSetIDOnResourceData(t *testing.T) {
setValueOrID(&d, "id", "name", "54711781-274e-41b2-83c0-17194d0108f7")

if d.Get("id").(string) != "54711781-274e-41b2-83c0-17194d0108f7" {
t.Fatal("err: 'id' doest not match '54711781-274e-41b2-83c0-17194d0108f7'")
t.Fatal("err: 'id' does not match '54711781-274e-41b2-83c0-17194d0108f7'")
}
}

Expand Down

0 comments on commit 8e1a5dc

Please sign in to comment.