Skip to content

Commit 364e827

Browse files
committed
Fix test
1 parent 800bf7f commit 364e827

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

contracts/test/EthscriptionsProver.t.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ contract EthscriptionsProverTest is TestSetup {
3030
}
3131

3232
function testProveEthscriptionDataViaBatchFlush() public {
33-
vm.warp(1760630078);
34-
3533
// The ethscription creation in setUp should have queued it for proving
3634
// Let's transfer it to verify the proof includes previous owner
3735
uint256 tokenId = ethscriptions.getTokenId(TEST_TX_HASH);
@@ -88,7 +86,7 @@ contract EthscriptionsProverTest is TestSetup {
8886
prover.flushAllProofs();
8987
vm.stopPrank();
9088

91-
vm.warp(1760630078);
89+
vm.warp(Constants.historicalBackfillApproxDoneAt + 1);
9290

9391
// Now move to next block for our test
9492
vm.roll(block.number + 1);

0 commit comments

Comments
 (0)