Skip to content

Commit 19830d0

Browse files
committed
fix return type [#17]
1 parent 527317b commit 19830d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BunqSdk.Tests/Http/PaginationScenarioTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private static int GetPaymentsMissingCount()
7878
return PAYMENT_REQUIRED_COUNT_MINIMUM - GetPaymentsRequired().Count;
7979
}
8080

81-
private static List<Payment> GetPaymentsRequired()
81+
private static IList<Payment> GetPaymentsRequired()
8282
{
8383
var pagination = new Pagination
8484
{

0 commit comments

Comments
 (0)