From b999b2e2598e597c71b6d481ae242e2da1289f4b Mon Sep 17 00:00:00 2001 From: Kevin Hellemun Date: Tue, 10 Jul 2018 14:26:24 +0200 Subject: [PATCH] Made EnsureEnoughPayments static. (bunq/sdk_csharp#87) --- BunqSdk.Tests/Http/PaginationScenarioTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BunqSdk.Tests/Http/PaginationScenarioTest.cs b/BunqSdk.Tests/Http/PaginationScenarioTest.cs index c769446..76bd402 100644 --- a/BunqSdk.Tests/Http/PaginationScenarioTest.cs +++ b/BunqSdk.Tests/Http/PaginationScenarioTest.cs @@ -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) {