Skip to content

Commit

Permalink
Added mastercard action test. #41
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 13, 2017
1 parent 45eb7c5 commit e581aa3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,13 @@ public void TestDraftPaymentModel()
GET_DRAFT_PAYMENT
);
}

[Fact]
public void TestMasterCardActionModel()
{
ExeceuteNotificationUrlTest(
JSON_PATH_MASTER_CARD_ACTION_MODEL,
typeof(MasterCardAction),
GET_MASTER_CARD_ACTION
);
}

0 comments on commit e581aa3

Please sign in to comment.