auth
36:bd274615ce72
Go to Latest
auth/client_test.go
Allow executing tests in parallel.
Add t.Parallel() to tests so they can execute in parallel.
1.1 --- a/client_test.go Sun Sep 07 04:49:45 2014 -0400
1.2 +++ b/client_test.go Sun Sep 07 19:06:17 2014 -0400
1.3 @@ -34,6 +34,7 @@
1.4 }
1.5
1.6 func TestClientStoreSuccess(t *testing.T) {
1.7 + t.Parallel()
1.8 client := Client{
1.9 ID: uuid.NewID(),
1.10 Secret: "secret",