From 6597f5ac77a9e2323529604feaac6ba29c73366b Mon Sep 17 00:00:00 2001 From: guangwu Date: Mon, 16 Oct 2023 05:20:03 +0800 Subject: [PATCH] fix: typo (#234) --- pkg/appstore/appstore_login_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()).