aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-content/send-from-row/tests/send-from-row-container.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send_/send-content/send-from-row/tests/send-from-row-container.test.js')
-rw-r--r--ui/app/components/send_/send-content/send-from-row/tests/send-from-row-container.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send_/send-content/send-from-row/tests/send-from-row-container.test.js b/ui/app/components/send_/send-content/send-from-row/tests/send-from-row-container.test.js
index 70ab963ab..785b3d3ef 100644
--- a/ui/app/components/send_/send-content/send-from-row/tests/send-from-row-container.test.js
+++ b/ui/app/components/send_/send-content/send-from-row/tests/send-from-row-container.test.js
@@ -31,7 +31,7 @@ proxyquire('../send-from-row.container.js', {
'./send-from-row.selectors.js': { getFromDropdownOpen: (s) => `mockFromDropdownOpen:${s}` },
'../../send.utils.js': { calcTokenBalance: (a, b) => a + b },
'../../../../actions': actionSpies,
- '../../../../ducks/send': duckActionSpies,
+ '../../../../ducks/send.duck': duckActionSpies,
})
describe('send-from-row container', () => {