From 6e440a1a0c59bf4ae3d6950789d2b82e383d873a Mon Sep 17 00:00:00 2001 From: Manuel Kreutz Date: Sun, 9 Apr 2017 16:39:40 -0400 Subject: [PATCH] use proper test name --- common/common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)