aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/account-list-item/tests/account-list-item-container.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send_/account-list-item/tests/account-list-item-container.test.js')
-rw-r--r--ui/app/components/send_/account-list-item/tests/account-list-item-container.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send_/account-list-item/tests/account-list-item-container.test.js b/ui/app/components/send_/account-list-item/tests/account-list-item-container.test.js
index 49da920e6..af0859117 100644
--- a/ui/app/components/send_/account-list-item/tests/account-list-item-container.test.js
+++ b/ui/app/components/send_/account-list-item/tests/account-list-item-container.test.js
@@ -12,7 +12,7 @@ proxyquire('../account-list-item.container.js', {
},
'../send.selectors.js': {
getConversionRate: (s) => `mockConversionRate:${s}`,
- getConvertedCurrency: (s) => `mockCurrentCurrency:${s}`,
+ getCurrentCurrency: (s) => `mockCurrentCurrency:${s}`,
},
})