Skip to content

Commit 8e1a5dc

Browse files
authored
Update provider_test.go - fix spelling (#78)
1 parent 34ffb9a commit 8e1a5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudstack/provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func testSetIDOnResourceData(t *testing.T) {
6767
setValueOrID(&d, "id", "name", "54711781-274e-41b2-83c0-17194d0108f7")
6868

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

0 commit comments

Comments
 (0)