Skip to content

Commit

Permalink
chore: Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnfy-view committed Apr 23, 2024
1 parent b12b435 commit 86aa9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/airdropTests/AirdropManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ contract AirdropManagerTests is AirdropManagerHelper {
assertEq(thud.balanceOf(address(airdropManager)), airdropManager.checkTokenBalanceHeld(0));
}

function testGetToken() public {
function testGetToken() public view {
assertEq(airdropManager.getToken(0), address(thud));
}

function testGetAirdropLimit() public {
function testGetAirdropLimit() public view {
assertEq(airdropManager.getAirdropLimit(), 150);
}
}

0 comments on commit 86aa9af

Please sign in to comment.