mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-19 22:18:55 +00:00
test: fixing contracts tests
This commit is contained in:
parent
4d290d92f3
commit
5a24258d41
@ -39,7 +39,7 @@ ethersuite "Marketplace contracts":
|
||||
|
||||
switchAccount(client)
|
||||
discard await token.approve(marketplace.address, request.price)
|
||||
await marketplace.requestStorage(request)
|
||||
discard await marketplace.requestStorage(request)
|
||||
switchAccount(host)
|
||||
discard await token.approve(marketplace.address, request.ask.collateral)
|
||||
await marketplace.fillSlot(request.id, 0.u256, proof)
|
||||
|
Loading…
x
Reference in New Issue
Block a user