aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/send/send-header/tests/send-header-component.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/pages/send/send-header/tests/send-header-component.test.js')
-rw-r--r--ui/app/pages/send/send-header/tests/send-header-component.test.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/pages/send/send-header/tests/send-header-component.test.js b/ui/app/pages/send/send-header/tests/send-header-component.test.js
index 4a5575e9f..91ac7e343 100644
--- a/ui/app/pages/send/send-header/tests/send-header-component.test.js
+++ b/ui/app/pages/send/send-header/tests/send-header-component.test.js
@@ -57,10 +57,8 @@ describe('SendHeader Component', function () {
it('should pass the correct props to PageContainerHeader', () => {
const {
onClose,
- subtitle,
title,
} = wrapper.find(PageContainerHeader).props()
- assert.equal(subtitle, 'mockSubtitleKeymockVal')
assert.equal(title, 'mockTitleKey')
assert.equal(SendHeader.prototype.onClose.callCount, 0)
onClose()