Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary initial router assertion from fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
kphed committed Jan 12, 2024
1 parent 44ee600 commit cccdf19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/BrrETH.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,6 @@ contract BrrETHTest is Helper {
.rewardConfig(_COMET);
ERC20 rewardToken = ERC20(rewardConfig.token);

assertTrue(router != address(vault.router()));
assertEq(0, rewardToken.allowance(address(vault), router));

vm.expectEmit(true, true, true, true, address(vault));
Expand Down

0 comments on commit cccdf19

Please sign in to comment.