Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jan 30, 2025
1 parent 494f5fd commit 240c6eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ contract InboxTest_BondToken is InboxTestBase {
inbox.depositBond(depositAmount);
}

function test_inbox_exceeding_balance() external {
function test_inbox_exceeding_token_balance() external {
vm.warp(1_000_000);
vm.deal(Alice, 1000 ether);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ contract InboxTest_EtherAsBond is InboxTestBase {
inbox.withdrawBond(withdrawAmount);
}

function test_inbox_exceeding_balance() external {
function test_inbox_exceeding_ether_balance() external {
vm.warp(1_000_000);
vm.deal(Alice, 0.5 ether);

Expand Down

0 comments on commit 240c6eb

Please sign in to comment.