mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
use proper test name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user