diff --git a/common/common_test.go b/common/common_test.go index c4792ab7..80d58f22 100644 --- a/common/common_test.go +++ b/common/common_test.go @@ -271,7 +271,7 @@ func TestUnixTimestampStrToTime(t *testing.T) { } } -func TestURIPath(t *testing.T) { +func TestGetURIPath(t *testing.T) { testURI := "https://api.gdax.com/accounts" expectedOutput := "/accounts" actualOutput := GetURIPath(testURI)