Skip to content

Commit 83e4710

Browse files
committed
Fixed the tests
1 parent a3d4ad0 commit 83e4710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/subscription_invoices_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func TestSubscriptionInvoicesService_List(t *testing.T) {
2424
// Setup
2525
t.Parallel()
2626

27-
invoices, response, err := client.SubscriptionInvoices.List(context.Background())
27+
invoices, response, err := client.SubscriptionInvoices.List(context.Background(), nil)
2828

2929
// Assert
3030
assert.Nil(t, err)

0 commit comments

Comments
 (0)