Commit 4d2a7e53 authored by santiaago's avatar santiaago
Browse files

fix test #77

parent 1d5c97e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ func TestColors(t *testing.T) {
		t.Log(test.title)
		r := &http.Request{Method: "GET"}
		r.URL, _ = url.Parse(test.url)
		colors, err := Colors(r)
		colors, err := UserColors(r)
		if err != nil {
			t.Log(err)
		}