Skip to content

Commit

Permalink
♻️ ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
has5aan committed Dec 14, 2023
1 parent 8755779 commit 0a69feb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/L1/L1LiskToken.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ contract L1LiskTokenTest is Test {

vm.expectEmit(true, true, true, true, address(l1LiskToken));
emit RoleGranted(l1LiskToken.getBurnerRole(), alice, address(this));
(alice);
l1LiskToken.addBurner(alice);
assertTrue(l1LiskToken.isBurner(alice));

Expand Down

0 comments on commit 0a69feb

Please sign in to comment.