Skip to content

Commit

Permalink
Fix tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Feb 6, 2025
1 parent 3e164a1 commit df85c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MerkleDistributor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ contract MerkleDistributorTest is Test {
function test_addDistributorUnauthorized() public {
address account = address(5);

// // Try to add from invalid address
// Try to add from invalid address
vm.expectRevert(abi.encodeWithSelector(Ownable.OwnableUnauthorizedAccount.selector, address(this)));
distributor.setDistributor(account, true);

Expand Down

0 comments on commit df85c2e

Please sign in to comment.