diff --git a/common/common_test.go b/common/common_test.go index 4aaf6c61..4ef592ff 100644 --- a/common/common_test.go +++ b/common/common_test.go @@ -272,6 +272,7 @@ func TestUnixTimestampStrToTime(t *testing.T) { } func TestGetURIPath(t *testing.T) { + t.Parallel() // mapping of input vs expected result testTable := map[string]string{ "https://api.gdax.com/accounts": "/accounts",