Skip to content

Commit

Permalink
Merge branch 'development' into feat/add-WBTC-deployment-script
Browse files Browse the repository at this point in the history
  • Loading branch information
ricott1 authored Sep 17, 2024
2 parents 2caaf0a + dfa15e4 commit 5ebe506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/L1/SwapAndBridge.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ contract TestSwapAndBridge is Test {
vm.startPrank(testAccount);
if (recipient != address(0)) {
swapAndBridge.swapAndBridgeTo{ value: value }(recipient);
require(senderBalance == testAccount.balance + value, "Invalid sender balance update.");
}
vm.stopPrank();
require(senderBalance == testAccount.balance + value, "Invalid sender balance update.");
}

function testFuzz_SwapAndBridgeToWithMinimumAmount(uint256 tokensPerETH, uint256 value) public {
Expand Down

0 comments on commit 5ebe506

Please sign in to comment.