Skip to content

Commit a9b4458

Browse files
author
Kevin Hellemun
committed
Added payment batch test. #41
1 parent 2db21a7 commit a9b4458

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,13 @@ public void TestMonetaryAccountBankModel()
154154
GET_MONETARY_ACCOUNT_BANK
155155
);
156156
}
157+
158+
[Fact]
159+
public void TestPaymentBatchModel()
160+
{
161+
ExeceuteNotificationUrlTest(
162+
JSON_PATH_PAYMENT_BATCH_MODEL,
163+
typeof(PaymentBatch),
164+
GET_PAYMENT_BATCH
165+
);
166+
}

0 commit comments

Comments
 (0)