From 6211b1184f18c4c770cc963135f885dd7f5ffbbc Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 6 Apr 2018 18:29:14 +0300 Subject: [PATCH] typo/enhancement to EditListingLocationForm.test.js --- .../EditListingLocationForm/EditListingLocationForm.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/EditListingLocationForm/EditListingLocationForm.test.js b/src/containers/EditListingLocationForm/EditListingLocationForm.test.js index ac39197b..305b251d 100644 --- a/src/containers/EditListingLocationForm/EditListingLocationForm.test.js +++ b/src/containers/EditListingLocationForm/EditListingLocationForm.test.js @@ -13,7 +13,7 @@ describe('EditListingLocationForm', () => { {...fakeFormProps} intl={fakeIntl} dispatch={noop} - onSubmit={v => v} + onSubmit={noop} saveActionMsg="Save location" updated={false} updateInProgress={false}