fix: add parallel options for unit test

pull/224/head
moonD4rk 2 years ago
parent a685be362b
commit 6351e74f16
  1. 1
      browingdata/localstorage/localstorage_test.go

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

Loading…
Cancel
Save