mirror of
https://github.com/imjasonh/go-marvel
synced 2026-07-19 07:15:58 +00:00
ComicsParams
This commit is contained in:
parent
fd93910594
commit
398d069548
3 changed files with 24 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue