Skip to content

Commit

Permalink
Update InboxTest_EtherAsBond.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jan 30, 2025
1 parent a85a33c commit 2567eaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ contract InboxTest_EtherAsBond is InboxTestBase {
inbox.withdrawBond(withdrawAmount);
}

// TODO: this test fail on Github but pass locally!
// function test_inbox_exceeding_ether_balance() external {
// vm.warp(1_000_000);
// vm.deal(Alice, 0.5 ether);
Expand Down

0 comments on commit 2567eaa

Please sign in to comment.