We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248ffd5 commit b6b1d5cCopy full SHA for b6b1d5c
browser/chrome/chrome_test.go
@@ -9,7 +9,6 @@ import (
9
"github.com/browserutils/kooky/internal/testutils"
10
)
11
12
-// d18f6247db68045dfbab126d814baf2cf1512141391
13
func TestReadCookies(t *testing.T) {
14
testCookiesPath, err := testutils.GetTestDataFilePath("chrome-macos-cookie-db.sqlite") // this test file was created on macos
15
if err != nil {
filter.go
@@ -7,7 +7,7 @@ import (
7
"time"
8
-// 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).
//
0 commit comments