Skip to content

Commit

Permalink
fix: test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Feb 8, 2024
1 parent b90f80f commit 50d9fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/test/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export const sharedTestCases = (mode, torusSP, storageLayer) => {

if (!sp.useTSS) this.skip();
// skip if not mock for now as we need to set key on server to test
if (!isMocked) this();
if (!isMocked) this.skip();
const deviceTSSShare = new BN(generatePrivate());
const deviceTSSIndex = 3;

Expand Down

0 comments on commit 50d9fb3

Please sign in to comment.