aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-footer/tests/send-footer-component.test.js
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-07-17 06:50:26 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-07-18 20:28:12 +0800
commitfb672e00df949da67266946d433c40cbbaf7d145 (patch)
tree9c050478dff5c87275ff311dc514e672d7502ee9 /ui/app/components/send/send-footer/tests/send-footer-component.test.js
parent9ea7411c063712825780110c10252155ccb61e44 (diff)
downloadtangerine-wallet-browser-fb672e00df949da67266946d433c40cbbaf7d145.tar.gz
tangerine-wallet-browser-fb672e00df949da67266946d433c40cbbaf7d145.tar.zst
tangerine-wallet-browser-fb672e00df949da67266946d433c40cbbaf7d145.zip
Send data along with other tx params
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, 2 insertions, 0 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 4b2cd327d..65e4bb654 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
@@ -129,6 +129,7 @@ describe('SendFooter Component', function () {
assert.deepEqual(
propsMethodSpies.update.getCall(0).args[0],
{
+ data: undefined,
amount: 'mockAmount',
editingTransactionId: 'mockEditingTransactionId',
from: 'mockAddress',
@@ -152,6 +153,7 @@ describe('SendFooter Component', function () {
assert.deepEqual(
propsMethodSpies.sign.getCall(0).args[0],
{
+ data: undefined,
amount: 'mockAmount',
from: 'mockAddress',
gas: 'mockGasLimit',