mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-15 23:50:19 +02:00
fix: add parallel options for unit test
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user