Skip to content

Commit

Permalink
remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Oct 22, 2024
1 parent b5403c0 commit 2d89158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions contracts/gas-snapshots/ccip.gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ BurnMintTokenPool_lockOrBurn:test_Setup_Success() (gas: 17851)
BurnMintTokenPool_releaseOrMint:test_ChainNotAllowed_Revert() (gas: 28805)
BurnMintTokenPool_releaseOrMint:test_PoolMintNotHealthy_Revert() (gas: 56253)
BurnMintTokenPool_releaseOrMint:test_PoolMint_Success() (gas: 112391)
BurnMintWithLockReleaseFlagTokenPool_lockOrBurn:test_PoolBurn_CorrectReturnData_Success() (gas: 243221)
BurnMintWithLockReleaseFlagTokenPool_lockOrBurn:test_Setup_Success() (gas: 17873)
BurnMintWithLockReleaseFlagTokenPool_lockOrBurn:test_PoolBurn_CorrectReturnData_Success() (gas: 242931)
BurnWithFromMintTokenPool_lockOrBurn:test_ChainNotAllowed_Revert() (gas: 28842)
BurnWithFromMintTokenPool_lockOrBurn:test_PoolBurnRevertNotHealthy_Revert() (gas: 55271)
BurnWithFromMintTokenPool_lockOrBurn:test_PoolBurn_Success() (gas: 244050)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ contract BurnMintWithLockReleaseFlagTokenPoolSetup is BurnMintSetup {
}

contract BurnMintWithLockReleaseFlagTokenPool_lockOrBurn is BurnMintWithLockReleaseFlagTokenPoolSetup {
function test_Setup_Success() public view {
assertEq(address(s_burnMintERC677), address(s_pool.getToken()));
assertEq(address(s_mockRMN), s_pool.getRmnProxy());
assertEq(false, s_pool.getAllowListEnabled());
assertEq("BurnMintTokenPool 1.5.0", s_pool.typeAndVersion());
}

function test_PoolBurn_CorrectReturnData_Success() public {
uint256 burnAmount = 20_000e18;

Expand Down

0 comments on commit 2d89158

Please sign in to comment.