Skip to content

Commit 43c811f

Browse files
author
Kevin Hellemun
committed
Fixed typo in method name. (#41)
1 parent d1b9dd4 commit 43c811f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class NotificationUrlTest : BunqSdkTestBase
6363
/// </summary>
6464
private const string KEY_NOTIFICATION_URL_MODEL = "NotificationUrl";
6565

66-
private void ExeceuteNotificationUrlTest(
66+
private void ExecuteNotificationUrlTest(
6767
string expectedJsonFileName,
6868
Type classNameExpected,
6969
string referencedObjectGetterName)
@@ -98,7 +98,7 @@ private static string ReadJsonFromFile(string fileName)
9898
[Fact]
9999
public void TestMutationModel()
100100
{
101-
ExeceuteNotificationUrlTest(
101+
ExecuteNotificationUrlTest(
102102
JSON_PATH_MUTATION_MODEL,
103103
typeof(Payment),
104104
GET_PAYMENT
@@ -108,7 +108,7 @@ public void TestMutationModel()
108108
[Fact]
109109
public void TestBunqMeTabModel()
110110
{
111-
ExeceuteNotificationUrlTest(
111+
ExecuteNotificationUrlTest(
112112
JSON_PATH_BUNQ_ME_TAB_MODEL,
113113
typeof(BunqMeTab),
114114
GET_BUNQ_ME_TAB
@@ -118,7 +118,7 @@ public void TestBunqMeTabModel()
118118
[Fact]
119119
public void TestChatMessageAnnouncementModel()
120120
{
121-
ExeceuteNotificationUrlTest(
121+
ExecuteNotificationUrlTest(
122122
JSON_PATH_CHAT_MESSAGE_ANNOUNCEMENT_MODEL,
123123
typeof(ChatMessageAnnouncement),
124124
GET_CHAT_MESSAGE_ANNOUNCEMENT
@@ -128,7 +128,7 @@ public void TestChatMessageAnnouncementModel()
128128
[Fact]
129129
public void TestDraftPaymentModel()
130130
{
131-
ExeceuteNotificationUrlTest(
131+
ExecuteNotificationUrlTest(
132132
JSON_PATH_DRAFT_PAYMENT_MODEL,
133133
typeof(DraftPayment),
134134
GET_DRAFT_PAYMENT
@@ -138,7 +138,7 @@ public void TestDraftPaymentModel()
138138
[Fact]
139139
public void TestMasterCardActionModel()
140140
{
141-
ExeceuteNotificationUrlTest(
141+
ExecuteNotificationUrlTest(
142142
JSON_PATH_MASTER_CARD_ACTION_MODEL,
143143
typeof(MasterCardAction),
144144
GET_MASTER_CARD_ACTION
@@ -148,7 +148,7 @@ public void TestMasterCardActionModel()
148148
[Fact]
149149
public void TestMonetaryAccountBankModel()
150150
{
151-
ExeceuteNotificationUrlTest(
151+
ExecuteNotificationUrlTest(
152152
JSON_PATH_MONETARY_ACCOUNT_BANK_MODEL,
153153
typeof(MonetaryAccountBank),
154154
GET_MONETARY_ACCOUNT_BANK
@@ -158,7 +158,7 @@ public void TestMonetaryAccountBankModel()
158158
[Fact]
159159
public void TestPaymentBatchModel()
160160
{
161-
ExeceuteNotificationUrlTest(
161+
ExecuteNotificationUrlTest(
162162
JSON_PATH_PAYMENT_BATCH_MODEL,
163163
typeof(PaymentBatch),
164164
GET_PAYMENT_BATCH
@@ -168,7 +168,7 @@ public void TestPaymentBatchModel()
168168
[Fact]
169169
public void TestRequestInquiryModel()
170170
{
171-
ExeceuteNotificationUrlTest(
171+
ExecuteNotificationUrlTest(
172172
JSON_PATH_REQUEST_INQUIRY_MODEL,
173173
typeof(RequestInquiry),
174174
GET_REQUEST_INQUIRY
@@ -178,7 +178,7 @@ public void TestRequestInquiryModel()
178178
[Fact]
179179
public void TestRequestResponseModel()
180180
{
181-
ExeceuteNotificationUrlTest(
181+
ExecuteNotificationUrlTest(
182182
JSON_PATH_REQUEST_RESPONSE_MODEL,
183183
typeof(RequestResponse),
184184
GET_REQUEST_RESPONSE
@@ -188,7 +188,7 @@ public void TestRequestResponseModel()
188188
[Fact]
189189
public void TestScheduledInstanceModel()
190190
{
191-
ExeceuteNotificationUrlTest(
191+
ExecuteNotificationUrlTest(
192192
JSON_PATH_SCHEDULE_INSTANCE_MODEL,
193193
typeof(ScheduleInstance),
194194
GET_SCHEDULE_INSTANCE
@@ -198,7 +198,7 @@ public void TestScheduledInstanceModel()
198198
[Fact]
199199
public void TestScheduledPaymentModel()
200200
{
201-
ExeceuteNotificationUrlTest(
201+
ExecuteNotificationUrlTest(
202202
JSON_PATH_SCHEDULE_PAYMENT_MODEL,
203203
typeof(SchedulePayment),
204204
GET_SCHEDULE_PAYMENT
@@ -208,7 +208,7 @@ public void TestScheduledPaymentModel()
208208
[Fact]
209209
public void TestShareInviteBankModel()
210210
{
211-
ExeceuteNotificationUrlTest(
211+
ExecuteNotificationUrlTest(
212212
JSON_PATH_SHARE_INVITE_BANK_INQUIRY_MODEL,
213213
typeof(ShareInviteBankInquiry),
214214
GET_SHARE_INVITE_BANK_INQUIRY
@@ -218,7 +218,7 @@ public void TestShareInviteBankModel()
218218
[Fact]
219219
public void TestShareInviteBankResponse()
220220
{
221-
ExeceuteNotificationUrlTest(
221+
ExecuteNotificationUrlTest(
222222
JSON_PATH_SHARE_INVITE_BANK_RESPONSE_MODEL,
223223
typeof(ShareInviteBankResponse),
224224
GET_SHARE_INVITE_BANK_RESPONSE

0 commit comments

Comments
 (0)