Skip to content

Commit

Permalink
fix: typo (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Oct 15, 2023
1 parent 6ccb4a7 commit 6597f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appstore/appstore_login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ var _ = Describe("AppStore (Login)", func() {
})
})

When("sucessfully saves account in keychain", func() {
When("successfully saves account in keychain", func() {
BeforeEach(func() {
mockKeychain.EXPECT().
Set("account", gomock.Any()).
Expand Down

0 comments on commit 6597f5a

Please sign in to comment.