Skip to content

Commit

Permalink
Tweak for the accumulator test
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn authored Feb 3, 2025
1 parent 2e5b1c7 commit 11bbbba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ export default function generateAccumulatorTests(

test('Accumulator versions', async () => {
const accId = AccumulatorId.random(did);
const pkId = await accumulatorModule.nextPublicKeyId(did);
const pkId = await accumulatorModule.lastPublicKeyId(did);

await accumulatorModule.addUniversalAccumulator(
accId,
Expand Down

0 comments on commit 11bbbba

Please sign in to comment.