Fix test snapshot

This commit is contained in:
Vesa Luusua 2018-04-05 19:35:53 +03:00
parent 27cffb31da
commit 397b9be4b1

View file

@ -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'),