use proper test name

This commit is contained in:
Manuel Kreutz
2017-04-09 16:39:40 -04:00
parent 5306c6b3d3
commit 6e440a1a0c

View File

@@ -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)