Skip to content

Commit

Permalink
Fixed broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Aug 31, 2016
1 parent 06f19f9 commit 7ebdc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mollie.Tests.Integration/Api/PaymentTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void CanCreateDefaultPaymentWithAllFields() {
Description = "Description",
RedirectUrl = this.DefaultRedirectUrl,
Locale = Locale.NL,
Metadata = "Our metadata",
Metadata = @"{""firstName"":""John"",""lastName"":""Doe""}",
Method = PaymentMethod.BankTransfer,
WebhookUrl = this.DefaultWebhookUrl
};
Expand Down

0 comments on commit 7ebdc62

Please sign in to comment.