fix: add parallel options for unit test

pull/203/head
moonD4rk 2 years ago
parent ac597ac021
commit a7fa5bfb1f
No known key found for this signature in database
GPG Key ID: 5AB6217E08D39ABA
  1. 1
      browingdata/localstorage/localstorage_test.go

@ -20,6 +20,7 @@ var testCases = []struct {
} }
func TestLocalStorageKeyToUTF8(t *testing.T) { func TestLocalStorageKeyToUTF8(t *testing.T) {
t.Parallel()
for _, tc := range testCases { for _, tc := range testCases {
actual, err := convertUTF16toUTF8(tc.in, unicode.BigEndian) actual, err := convertUTF16toUTF8(tc.in, unicode.BigEndian)
if err != nil { if err != nil {

Loading…
Cancel
Save