Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
anajuliabit committed Jun 30, 2024
1 parent 852da7d commit e1e3356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RewardsDistributor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract RewardsDistributorTest is Test {

contract Constructor is RewardsDistributorTest {
function test_SetUp() public view {
assertEq(rewardsDistributor.rewardToken(), address(govToken));
assertEq(address(rewardsDistributor.rewardToken()), address(govToken));
assertEq(Ownable(address(rewardsDistributor)).owner(), address(this));
}
}
Expand Down

0 comments on commit e1e3356

Please sign in to comment.