Skip to content

Commit

Permalink
fix typo, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
srlehn committed Jun 9, 2024
1 parent 248ffd5 commit b6b1d5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion browser/chrome/chrome_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/browserutils/kooky/internal/testutils"
)

// d18f6247db68045dfbab126d814baf2cf1512141391
func TestReadCookies(t *testing.T) {
testCookiesPath, err := testutils.GetTestDataFilePath("chrome-macos-cookie-db.sqlite") // this test file was created on macos
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"
)

// Filter is used for filtering cokies in ReadCookies() functions.
// Filter is used for filtering cookies in ReadCookies() functions.
// Filter order might be changed for peformance reasons
// (omission of value decryption of filtered out cookies, etc).
//
Expand Down

0 comments on commit b6b1d5c

Please sign in to comment.