aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/ui/app/reducers/app.spec.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/ui/app/reducers/app.spec.js b/test/unit/ui/app/reducers/app.spec.js
index 09cf3dbf0..779a082a8 100644
--- a/test/unit/ui/app/reducers/app.spec.js
+++ b/test/unit/ui/app/reducers/app.spec.js
@@ -656,14 +656,14 @@ describe('App State', () => {
it('sets hardware wallet default hd path', () => {
const hdPaths = {
- trezor: "m/44'/60'/0'/0",
- ledger: "m/44'/60'/0'",
+ trezor: "m/44'/373'/0'/0",
+ ledger: "m/44'/373'/0'",
}
const state = reduceApp(metamaskState, {
type: actions.SET_HARDWARE_WALLET_DEFAULT_HD_PATH,
value: {
device: 'ledger',
- path: "m/44'/60'/0'",
+ path: "m/44'/373'/0'",
},
})