Skip to content

Commit

Permalink
test: missing reserve slot
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Oct 10, 2024
1 parent ba9be34 commit 1eee78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/contracts/testMarket.nim
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ ethersuite "On-Chain Market":

let address = await host.getAddress()
switchAccount(host)
await market.reserveSlot(request.id, 0.u256)
await market.fillSlot(request.id, 0.u256, proof, request.ask.collateral)
let filledAt = (await ethProvider.currentTime()) - 1.u256

Expand Down

0 comments on commit 1eee78e

Please sign in to comment.