Skip to content

Commit e581aa3

Browse files
author
Kevin Hellemun
committed
Added mastercard action test. #41
1 parent 45eb7c5 commit e581aa3

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
@@ -134,3 +134,13 @@ public void TestDraftPaymentModel()
134134
GET_DRAFT_PAYMENT
135135
);
136136
}
137+
138+
[Fact]
139+
public void TestMasterCardActionModel()
140+
{
141+
ExeceuteNotificationUrlTest(
142+
JSON_PATH_MASTER_CARD_ACTION_MODEL,
143+
typeof(MasterCardAction),
144+
GET_MASTER_CARD_ACTION
145+
);
146+
}

0 commit comments

Comments
 (0)