Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
  • Loading branch information
stephenfin authored and mdbooth committed Nov 12, 2022
1 parent 9533a1b commit 807df96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/openstackcluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var _ = Describe("OpenStackCluster controller", func() {
mockScopeFactory.SetClientScopeCreateError(clientCreateErr)

result, err := reconciler.Reconcile(ctx, req)
// Expect error for getting OS clinet and empty result
// Expect error for getting OS client and empty result
Expect(err).To(MatchError(clientCreateErr))
Expect(result).To(Equal(reconcile.Result{}))
})
Expand Down

0 comments on commit 807df96

Please sign in to comment.