aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-footer/tests/send-footer-component.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send_/send-footer/tests/send-footer-component.test.js')
-rw-r--r--ui/app/components/send_/send-footer/tests/send-footer-component.test.js2
1 files changed, 0 insertions, 2 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 4689434d4..c0b8f956f 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
@@ -23,7 +23,6 @@ sinon.spy(SendFooter.prototype, 'onSubmit')
describe('SendFooter Component', function () {
let wrapper
- let instance
beforeEach(() => {
wrapper = shallow(<SendFooter
@@ -46,7 +45,6 @@ describe('SendFooter Component', function () {
unapprovedTxs={['mockTx']}
update={propsMethodSpies.update}
/>, { context: { t: str => str } })
- instance = wrapper.instance()
})
afterEach(() => {