Skip to content

Commit

Permalink
test: rename for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed Oct 17, 2024
1 parent 60e78e8 commit 5153d5d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract ForkPoolUpgradeAfterMigration is ForkBase {
l2.tokenPool.setProxyPool(l1.chainSelector, l2.proxyPool);
}

function test_sendFromLegacyRouterL1() public {
function test_lockOrBurnViaLegacyRouterL1() public {
vm.selectFork(l1.forkId);

uint256 amount = 10e18;
Expand All @@ -45,7 +45,7 @@ contract ForkPoolUpgradeAfterMigration is ForkBase {
l1.router.ccipSend{value: feeTokenAmount}(l2.chainSelector, message);
}

function test_releaseOrMintFrom1_2OffRamp() public {
function test_releaseOrMintVia1_2OffRamp() public {
uint256 amount = 10e18;
{
vm.selectFork(l1.forkId);
Expand All @@ -65,7 +65,7 @@ contract ForkPoolUpgradeAfterMigration is ForkBase {
}
}

function test_releaseOrMintFrom1_5OffRamp() public {
function test_releaseOrMintVia1_5OffRamp() public {
uint256 amount = 10e18;
{
vm.selectFork(l1.forkId);
Expand Down

0 comments on commit 5153d5d

Please sign in to comment.