Skip to content

Commit

Permalink
Pass params to get_events() (to test a couple more lines of code)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Aug 21, 2020
1 parent 3683689 commit 456c5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/06-requests.t
Expand Up @@ -71,7 +71,7 @@ my $ns = Net::Songkick->new({
ua => $ua,
});

ok(my $events = $ns->get_events);
ok(my $events = $ns->get_events({ venue_id => 6239 }));

isa_ok($events, ref []);
is(@$events, 1, 'Array has one element');
Expand Down

0 comments on commit 456c5b2

Please sign in to comment.