Skip to content

Commit 2bfa1f7

Browse files
author
Kevin Hellemun
committed
Added mutation test. #41
1 parent 42b8f8a commit 2bfa1f7

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
@@ -94,3 +94,13 @@ private static string ReadJsonFromFile(string fileName)
9494

9595
return notificationUrlObject.ToString();
9696
}
97+
98+
[Fact]
99+
public void TestMutationModel()
100+
{
101+
ExeceuteNotificationUrlTest(
102+
JSON_PATH_MUTATION_MODEL,
103+
typeof(Payment),
104+
GET_PAYMENT
105+
);
106+
}

0 commit comments

Comments
 (0)