diff --git a/pkg/appstore/appstore_login_test.go b/pkg/appstore/appstore_login_test.go index 813c5fe2..bd097a30 100644 --- a/pkg/appstore/appstore_login_test.go +++ b/pkg/appstore/appstore_login_test.go @@ -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()).