mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
run test in parallel with (and only with) other parallel tests.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user