diff --git a/tests/contracts/testMarket.nim b/tests/contracts/testMarket.nim index a13d0c67e..cf4882ab1 100644 --- a/tests/contracts/testMarket.nim +++ b/tests/contracts/testMarket.nim @@ -537,6 +537,8 @@ ethersuite "On-Chain Market": let (_, fromTime) = await ethProvider.blockNumberAndTimestamp(BlockTag.latest) + await ethProvider.advanceTime(1.u256) + await market.reserveSlot(request.id, 1.uint64) await market.reserveSlot(request.id, 2.uint64) await market.fillSlot(request.id, 1.uint64, proof, request.ask.collateralPerSlot)