Update tests

parent 9c3fbdc2
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
{ {
} }
- (void)paymentProvider:(id <BUYPaymentProvider>)provider didFailCheckoutWithError:(NSError *)error; - (void)paymentProvider:(id <BUYPaymentProvider>)provider didFailWithError:(NSError *)error;
{ {
if (self.expectations[@"failedCheckout"]) { if (self.expectations[@"failedCheckout"]) {
[self.expectations[@"failedCheckout"] fulfill]; [self.expectations[@"failedCheckout"] fulfill];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment