Skip to content

Commit

Permalink
test: fix contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Oct 10, 2024
1 parent 1eee78e commit 82707b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contracts/testContracts.nim
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ ethersuite "Marketplace contracts":
discard await marketplace.requestStorage(request)
switchAccount(host)
discard await token.approve(marketplace.address, request.ask.collateral)
filledAt = await ethProvider.currentTime()
discard await marketplace.reserveSlot(request.id, 0.u256)
filledAt = await ethProvider.currentTime()
discard await marketplace.fillSlot(request.id, 0.u256, proof)
slotId = request.slotId(0.u256)

Expand Down

0 comments on commit 82707b4

Please sign in to comment.