Skip to content

Commit

Permalink
Merge pull request #35 from membranefi/feat/fix_blocklister_role_test
Browse files Browse the repository at this point in the history
Fix blocklister typo in test
  • Loading branch information
microbecode committed Dec 16, 2022
2 parents 4868177 + 7264124 commit 56edd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/token.test.ts
Expand Up @@ -403,7 +403,7 @@ describe("Token", () => {
await expect(
erc20
.connect(blocklister)
.renounceRole(getRoleBytes(BLOCKED_ROLE), blocklister.address)
.renounceRole(getRoleBytes(BLOCKLISTER_ROLE), blocklister.address)
).to.be.revertedWith("Not supported");
});
});
Expand Down

0 comments on commit 56edd84

Please sign in to comment.