1
0
mirror of https://github.com/regclient/regclient.git synced 2025-08-01 07:26:51 +03:00

Update tests to use t.Parallel where possible

Signed-off-by: Brandon Mitchell <git@bmitch.net>
This commit is contained in:
Brandon Mitchell
2023-10-02 20:03:38 -04:00
parent b73766a737
commit 0ad815ee02
48 changed files with 82 additions and 22 deletions

View File

@ -3,6 +3,7 @@ package diff
import "testing"
func TestDiff(t *testing.T) {
t.Parallel()
tests := []struct {
name string
a, b, expect []string