Skip to content

Commit e800af5

Browse files
committed
feat: add remainingAccess property to oneGrantedAccess object in revokeOneAccess test
1 parent fd16a00 commit e800af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk/tests/unit/dataProtectorCore/revokeOneAccess.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const oneGrantedAccess = {
1313
requesterrestrict: getRandomAddress(),
1414
salt: '0x0000000000000000000000000000000000000000000000000000000000000000',
1515
sign: '0x0000000000000000000000000000000000000000000000000000000000000000',
16+
remainingAccess: 1,
1617
};
1718

1819
describe('dataProtectorCore.revokeOneAccess()', () => {

0 commit comments

Comments
 (0)