Skip to content

Commit

Permalink
chore: fix eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Aug 28, 2023
1 parent 2a446bb commit 2deac01
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,16 +482,9 @@ export const shouldBehaveLikePermissionCall = (
});

describe('`execute(...)` edge cases', async () => {
let targetContract: TargetContract;
let addressWithNoPermissions: SignerWithAddress;

before(async () => {
context = await buildContext();

addressWithNoPermissions = context.accounts[1];

targetContract = await new TargetContract__factory(context.accounts[0]).deploy();

const permissionKeys = [
ERC725YDataKeys.LSP6['AddressPermissions:Permissions'] + context.owner.address.substring(2),
];
Expand Down

0 comments on commit 2deac01

Please sign in to comment.