From 64e5ad4f4ac501b6922b43b81021ba6d7891f741 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:21:54 +1000 Subject: [PATCH] fix contracts tests --- tests/contracts/testContracts.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/contracts/testContracts.nim b/tests/contracts/testContracts.nim index a04c9786..f7bf2c79 100644 --- a/tests/contracts/testContracts.nim +++ b/tests/contracts/testContracts.nim @@ -42,7 +42,7 @@ ethersuite "Marketplace contracts": await marketplace.requestStorage(request) switchAccount(host) discard await token.approve(marketplace.address, request.ask.collateral) - await marketplace.fillSlot(request.id, 0.u256, proof) + discard await marketplace.fillSlot(request.id, 0.u256, proof) slotId = request.slotId(0.u256) proc waitUntilProofRequired(slotId: SlotId) {.async.} = @@ -57,7 +57,7 @@ ethersuite "Marketplace contracts": proc startContract() {.async.} = for slotIndex in 1..