aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-footer/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send_/send-footer/tests')
-rw-r--r--ui/app/components/send_/send-footer/tests/send-footer-component.test.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/components/send_/send-footer/tests/send-footer-component.test.js b/ui/app/components/send_/send-footer/tests/send-footer-component.test.js
index f8cbd41f3..4689434d4 100644
--- a/ui/app/components/send_/send-footer/tests/send-footer-component.test.js
+++ b/ui/app/components/send_/send-footer/tests/send-footer-component.test.js
@@ -21,8 +21,9 @@ const MOCK_EVENT = { preventDefault: () => {} }
sinon.spy(SendFooter.prototype, 'onCancel')
sinon.spy(SendFooter.prototype, 'onSubmit')
-describe('Send Component', function () {
+describe('SendFooter Component', function () {
let wrapper
+ let instance
beforeEach(() => {
wrapper = shallow(<SendFooter