Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Feb 20, 2024
1 parent e0f3ba4 commit 312e065
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 @@ -441,7 +441,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 312e065

Please sign in to comment.