Skip to content

Commit

Permalink
tests: fixed IdentitiesManager test
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tegefaulkes committed Oct 9, 2023
1 parent c9bdd8d commit c75f5da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/identities/IdentitiesManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,13 @@ describe('IdentitiesManager', () => {
const keyRing = await KeyRing.createKeyRing({
password: 'password',
keysPath: path.join(dataDir, 'keys'),
options: {
strictMemoryLock: false,
passwordOpsLimit: keysUtils.passwordOpsLimits.min,
passwordMemLimit: keysUtils.passwordMemLimits.min,
},
logger,
fresh: true,
strictMemoryLock: false,
passwordOpsLimit: keysUtils.passwordOpsLimits.min,
passwordMemLimit: keysUtils.passwordMemLimits.min,
});
const sigchain = await Sigchain.createSigchain({
db,
Expand Down

0 comments on commit c75f5da

Please sign in to comment.