Skip to content

Commit 6b1fd1e

Browse files
author
himanshu
committed
fix tests
1 parent 56ac463 commit 6b1fd1e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
},
3636
"dependencies": {
3737
"@tkey/common-types": "^15.0.0",
38-
"@tkey/core": "^15.0.0",
38+
"@tkey/core": "^15.0.1",
3939
"@tkey/share-serialization": "^15.0.0",
4040
"@tkey/storage-layer-torus": "^15.0.0",
41-
"@tkey/tss": "^15.0.0",
41+
"@tkey/tss": "^15.0.1",
4242
"@toruslabs/constants": "^13.4.0",
4343
"@toruslabs/customauth": "^20.0.3",
4444
"@toruslabs/elliptic-wrapper": "^0.1.0",

tests/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const criticalResetAccount = async (coreKitInstance: Web3AuthMPCCoreKit):
3030
throw new Error("coreKitInstance is not set");
3131
}
3232

33-
if (coreKitInstance.tKey.privKey) {
33+
if (coreKitInstance.tKey.secp256k1Key) {
3434
await coreKitInstance.tKey.CRITICAL_deleteTkey();
3535
} else {
3636
await coreKitInstance.tKey.storageLayer.setMetadata({

0 commit comments

Comments
 (0)