aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-footer/tests/send-footer-container.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send_/send-footer/tests/send-footer-container.test.js')
-rw-r--r--ui/app/components/send_/send-footer/tests/send-footer-container.test.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/send_/send-footer/tests/send-footer-container.test.js b/ui/app/components/send_/send-footer/tests/send-footer-container.test.js
index 9a616777e..39d6a7686 100644
--- a/ui/app/components/send_/send-footer/tests/send-footer-container.test.js
+++ b/ui/app/components/send_/send-footer/tests/send-footer-container.test.js
@@ -39,9 +39,8 @@ proxyquire('../send-footer.container.js', {
getSendToAccounts: (s) => `mockToAccounts:${s}`,
getTokenBalance: (s) => `mockTokenBalance:${s}`,
getUnapprovedTxs: (s) => `mockUnapprovedTxs:${s}`,
- isSendFormInError: (s) => `mockInError:${s}`,
},
- './send-footer.selectors': { isSendFormInError: () => {} },
+ './send-footer.selectors': { isSendFormInError: (s) => `mockInError:${s}` },
'./send-footer.utils': utilsStubs,
})