Skip to content

Commit 218ad98

Browse files
committed
Fix typo
Signed-off-by: Hans Rakers <[email protected]>
1 parent acb7b57 commit 218ad98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cloud/user_credentials_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ var _ = Describe("User Credentials", func() {
403403
Ω(result).Should(BeTrue())
404404
})
405405

406-
It("fails to resolve accout", func() {
406+
It("fails to resolve account", func() {
407407
initialCalls()
408408
asp := &csapi.ListAccountsParams{}
409409
as.EXPECT().NewListAccountsParams().Return(asp)
@@ -414,7 +414,7 @@ var _ = Describe("User Credentials", func() {
414414
Ω(result).Should(BeFalse())
415415
})
416416

417-
It("fails to resolve accout", func() {
417+
It("fails to resolve account", func() {
418418
initialCalls()
419419
asp := &csapi.ListAccountsParams{}
420420
usp := &csapi.ListUsersParams{}

0 commit comments

Comments
 (0)