Skip to content

Commit

Permalink
Update RootERC20BridgeFlowRate.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Nov 16, 2023
1 parent f6cfff8 commit 665998b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/root/flowrate/RootERC20BridgeFlowRate.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ contract RootERC20BridgeFlowRateUnitTest is
function testFinaliseQueuedWithdrawalEther() public {
configureFlowRate();


vm.deal(address(rootBridgeFlowRate), BRIDGED_VALUE_ETH);

activateWithdrawalQueue();
Expand Down Expand Up @@ -453,7 +452,7 @@ contract RootERC20BridgeFlowRateUnitTest is
vm.expectEmit(true, true, true, true, address(rootBridgeFlowRate));
emit ProcessedWithdrawal(address(NATIVE_ETH), alice, bob, amount, 0);
vm.expectEmit(true, true, true, true, address(rootBridgeFlowRate));
emit RootChainERC20Withdraw(
emit RootChainETHWithdraw(
NATIVE_ETH,
childERC20Token,
alice,
Expand Down

0 comments on commit 665998b

Please sign in to comment.