Skip to content

Commit b0c98ed

Browse files
author
Kevin Hellemun
committed
Added Bunq me tab test. #41
1 parent 2bfa1f7 commit b0c98ed

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
@@ -104,3 +104,13 @@ public void TestMutationModel()
104104
GET_PAYMENT
105105
);
106106
}
107+
108+
[Fact]
109+
public void TestBunqMeTabModel()
110+
{
111+
ExeceuteNotificationUrlTest(
112+
JSON_PATH_BUNQ_ME_TAB_MODEL,
113+
typeof(BunqMeTab),
114+
GET_BUNQ_ME_TAB
115+
);
116+
}

0 commit comments

Comments
 (0)