Skip to content

Commit 2db21a7

Browse files
author
Kevin Hellemun
committed
Added monetary account bank test. #41
1 parent e581aa3 commit 2db21a7

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
@@ -144,3 +144,13 @@ public void TestMasterCardActionModel()
144144
GET_MASTER_CARD_ACTION
145145
);
146146
}
147+
148+
[Fact]
149+
public void TestMonetaryAccountBankModel()
150+
{
151+
ExeceuteNotificationUrlTest(
152+
JSON_PATH_MONETARY_ACCOUNT_BANK_MODEL,
153+
typeof(MonetaryAccountBank),
154+
GET_MONETARY_ACCOUNT_BANK
155+
);
156+
}

0 commit comments

Comments
 (0)