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 93e01ca commit a58413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/test/tssTorusSPManualSync.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const metadataURL = getMetadataUrl();
const torusSL = initStorageLayer({ hostUrl: metadataURL });

const MANUAL_SYNC = true;
describe.only(`TorusServiceProvider with manualSync: ${MANUAL_SYNC}`, function () {
describe(`TorusServiceProvider with manualSync: ${MANUAL_SYNC}`, function () {
// eslint-disable-next-line mocha/no-setup-in-describe
sharedTestCases(MANUAL_SYNC, torusSp, torusSL);
});

0 comments on commit a58413f

Please sign in to comment.