Skip to content

Commit 44fe57c

Browse files
committed
fix tests
1 parent 3ee756a commit 44fe57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/HandleAccessManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('HandleAccessManager', function () {
1212
});
1313

1414
it('should not be allowed to reencrypt unallowed handle', async function () {
15-
const handle = await createHandle(this.mock, 100);
15+
const handle = await createHandle(this.mock, 101);
1616

1717
await expect(fhevm.userDecryptEuint(FhevmType.euint64, handle, this.mock.target, this.holder)).to.be.rejectedWith(
1818
`User ${this.holder.address} is not authorized to user decrypt handle ${handle}`,

0 commit comments

Comments
 (0)