Skip to content

Commit

Permalink
chore: update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
pyk committed May 30, 2024
1 parent 5311b0f commit 4a4b323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/LockMechanism.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract LockMechanismTest is Test {
llama.epochs(1);
}

function test_lock_ok() public {
function test_lock_Valid() public {
vm.warp(1714608000);
LlamaLocker llama = new LlamaLocker(admin, address(nft));

Expand Down Expand Up @@ -77,7 +77,7 @@ contract LockMechanismTest is Test {
locker.lock(lockInputs);
}

function test_unlock_ok() public {
function test_unlock_ValidUnlockWindow() public {
uint256 deployTimestamp = 1714608000;
uint256 lockTimestamp = 1717026037;

Expand Down

0 comments on commit 4a4b323

Please sign in to comment.