Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Rakers <h.rakers@global.leaseweb.com>
  • Loading branch information
hrak committed Apr 18, 2024
1 parent a98fcec commit 800727f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cloud/user_credentials_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ var _ = Describe("User Credentials", func() {
Ω(result).Should(BeTrue())
})

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

It("fails to resolve accout", func() {
It("fails to resolve account", func() {
initialCalls()
asp := &csapi.ListAccountsParams{}
usp := &csapi.ListUsersParams{}
Expand Down

0 comments on commit 800727f

Please sign in to comment.