Skip to content

Commit 257870c

Browse files
committed
test: fix by warping to pass the period
1 parent 0a10ad2 commit 257870c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/test/foundry/KlerosCore.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,7 @@ contract KlerosCoreTest is Test {
16221622
}
16231623

16241624
// Check reveal in the next period
1625+
vm.warp(block.timestamp + timesPerPeriod[1]);
16251626
core.passPeriod(disputeID);
16261627

16271628
// Check the require with the wrong choice and then with the wrong salt

0 commit comments

Comments
 (0)