We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee756a commit 44fe57cCopy full SHA for 44fe57c
test/utils/HandleAccessManager.test.ts
@@ -12,7 +12,7 @@ describe('HandleAccessManager', function () {
12
});
13
14
it('should not be allowed to reencrypt unallowed handle', async function () {
15
- const handle = await createHandle(this.mock, 100);
+ const handle = await createHandle(this.mock, 101);
16
17
await expect(fhevm.userDecryptEuint(FhevmType.euint64, handle, this.mock.target, this.holder)).to.be.rejectedWith(
18
`User ${this.holder.address} is not authorized to user decrypt handle ${handle}`,
0 commit comments