typo/enhancement to EditListingLocationForm.test.js

This commit is contained in:
Vesa Luusua 2018-04-06 18:29:14 +03:00
parent 909845ea76
commit 6211b1184f

View file

@ -13,7 +13,7 @@ describe('EditListingLocationForm', () => {
{...fakeFormProps}
intl={fakeIntl}
dispatch={noop}
onSubmit={v => v}
onSubmit={noop}
saveActionMsg="Save location"
updated={false}
updateInProgress={false}