From a259d63accb587d42bc49f284a09ab3deba084e5 Mon Sep 17 00:00:00 2001 From: andrejborstnik Date: Mon, 8 Apr 2024 16:19:50 +0200 Subject: [PATCH] lint --- features/keychain/module/__tests__/lock-private-keys.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/keychain/module/__tests__/lock-private-keys.test.js b/features/keychain/module/__tests__/lock-private-keys.test.js index b5af6275..441db0b2 100644 --- a/features/keychain/module/__tests__/lock-private-keys.test.js +++ b/features/keychain/module/__tests__/lock-private-keys.test.js @@ -50,7 +50,7 @@ describe('lockPrivateKeys', () => { keychain.addSeed(seed) const keyId = createKeyIdentifierForExodus({ exoType: 'FUSION' }) - const exportedKeys = await keychain.exportKey({ + await keychain.exportKey({ seedId, keyId, exportPrivate: true,