Skip to content

Commit 6597f5a

Browse files
authored
fix: typo (#234)
1 parent 6ccb4a7 commit 6597f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/appstore/appstore_login_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ var _ = Describe("AppStore (Login)", func() {
196196
})
197197
})
198198

199-
When("sucessfully saves account in keychain", func() {
199+
When("successfully saves account in keychain", func() {
200200
BeforeEach(func() {
201201
mockKeychain.EXPECT().
202202
Set("account", gomock.Any()).

0 commit comments

Comments
 (0)