From 397b9be4b10926229fb3e26f0b42ee288f6d6f7d Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Thu, 5 Apr 2018 19:35:53 +0300 Subject: [PATCH] Fix test snapshot --- src/containers/CheckoutPage/CheckoutPage.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/CheckoutPage/CheckoutPage.test.js b/src/containers/CheckoutPage/CheckoutPage.test.js index 26504ecb..a04fddb8 100644 --- a/src/containers/CheckoutPage/CheckoutPage.test.js +++ b/src/containers/CheckoutPage/CheckoutPage.test.js @@ -15,7 +15,7 @@ describe('CheckoutPage', () => { bookingEnd: new Date(Date.UTC(2017, 3, 16)), }, dispatch: noop, - history: { push: noop }, + history: { push: noop, action: 'PUSH' }, intl: fakeIntl, listing, currentUser: createCurrentUser('currentUser'),