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:
@ -3,6 +3,7 @@ package diff
|
||||
import "testing"
|
||||
|
||||
func TestDiff(t *testing.T) {
|
||||
t.Parallel()
|
||||
tests := []struct {
|
||||
name string
|
||||
a, b, expect []string
|
||||
|
Reference in New Issue
Block a user