Skip to content

Commit b3beb44

Browse files
committed
fix: cursor comment on tests
1 parent e1eb57f commit b3beb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/login-disableHashedFactorKey.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ variable.forEach((testVariable) => {
280280
const deviceFactorKey3 = await coreKitInstance3.getDeviceFactor();
281281
await coreKitInstance3.inputFactorKey(new BN(deviceFactorKey3, "hex"));
282282

283-
coreKitInstance.setTssWalletIndex(0);
283+
coreKitInstance3.setTssWalletIndex(0);
284284
const pubkey3index0 = bufferToElliptic(coreKitInstance3.getPubKey());
285285
coreKitInstance3.setTssWalletIndex(1);
286286
const pubkey3index1 = bufferToElliptic(coreKitInstance3.getPubKey());

0 commit comments

Comments
 (0)