1
0
Fork 0
mirror of https://github.com/imjasonh/go-marvel synced 2026-07-19 07:15:58 +00:00

ComicsParams

This commit is contained in:
Jason Hall 2014-04-29 14:37:47 -04:00
parent fd93910594
commit 398d069548
3 changed files with 24 additions and 17 deletions

View file

@ -13,7 +13,7 @@ var (
func TestRequest(t *testing.T) {
flag.Parse()
r, err := NewClient(*apiKey, *secret).Series(2258).Comics(CommonParams{})
r, err := NewClient(*apiKey, *secret).Series(2258).Comics(ComicsParams{})
if err != nil {
t.Errorf("error: %v", err)
return