Skip to content

Commit 70f5e38

Browse files
committed
Fixed JS Unit test
1 parent 7bdb921 commit 70f5e38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Paypal/frontend/js/view/payment/method-renderer/paypal-express-abstract.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ define([
108108
}));
109109
expect(setPaymentMock).toHaveBeenCalled();
110110
expect(setPaymentMock.calls.mostRecent()).toEqual(jasmine.objectContaining({
111-
object: mocks['Magento_Checkout/js/action/set-payment-information'],
112-
args: [],
113111
returnValue: successPromise
114112
}));
115113
expect(successPromise.done).toHaveBeenCalledWith(jasmine.any(Function));

0 commit comments

Comments
 (0)