We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d9903 commit fb0d1faCopy full SHA for fb0d1fa
BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs
@@ -63,7 +63,8 @@ private void ExecuteNotificationUrlTest(
63
Type classTypeExpected,
64
string referencedObjectPropertyName,
65
string subClassObjectPropertyName = null,
66
- Type subClassTypeExpected = null) {
+ Type subClassTypeExpected = null)
67
+ {
68
var jsonString = ReadJsonFromFile(expectedJsonFileName);
69
var notificationUrl = NotificationUrl.CreateFromJsonString(jsonString);
70
0 commit comments