Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
EdNoepel committed Jan 17, 2024
1 parent 7f50616 commit 97fdf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/forge/unit/ERC20Pool/ERC20PoolReserveAuction.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ contract L2ERC20PoolReserveAuctionTest is Test {
_pool.drawDebt(address(_borrower), 300 * 1e18, 7000, 1 * 1e18);
}

function testStartAndTakeBaseReserveAuction() external {
function testStartAndTakeL2ReserveAuction() external {
// skip time to accumulate interest
skip(26 weeks);

Expand Down

0 comments on commit 97fdf9c

Please sign in to comment.