Skip to content

Commit

Permalink
fix: mergeback mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear committed Jul 22, 2024
1 parent 45054df commit 4967b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/BCoWPool/BCoWPool.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract BCoWPool is BCoWPoolBase {
vm.expectCall(tokens[1], abi.encodeCall(IERC20.approve, (vaultRelayer, type(uint256).max)));
// it calls logBCoWPool on the factory
vm.expectCall(address(this), abi.encodeCall(IBCoWFactory.logBCoWPool, ()));
bCoWPool.finalize();
bCoWPool.call__afterFinalize();
}

function test__afterFinalizeWhenFactorysLogBCoWPoolDoesNotRevert() external {
Expand Down

0 comments on commit 4967b34

Please sign in to comment.