Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Berasategui committed Dec 4, 2018
1 parent 8953eae commit cd369da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MercadoPagoSDK.Test/Resources/CustomerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void Customer_Create_ShouldBeOk()
customer.Save();
LastCustomer = customer;

Assert.IsTrue(customer.Id != null, $"Failed: Customer could not be successfully created: {customer.Errors?.Message}");
Assert.IsTrue(customer.Id != null, $"Failed: Customer could not be successfully created.");

Console.WriteLine("id: {0}", customer.Id.ToString());
}
Expand Down

0 comments on commit cd369da

Please sign in to comment.