Skip to content

Commit

Permalink
Made EnsureEnoughPayments static. (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Jul 10, 2018
1 parent dc1182e commit b999b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BunqSdk.Tests/Http/PaginationScenarioTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void TestApiScenarioPaymentListingWithPagination()
Assert.Equal(paymentsExpectedSerialized, paymentsActualSerialized);
}

private void EnsureEnoughPayments()
private static void EnsureEnoughPayments()
{
for (var i = NumberZero; i < GetPaymentsMissingCount(); ++i)
{
Expand Down

0 comments on commit b999b2e

Please sign in to comment.