From e6d025ca5b5a57810a6b9e1c14a369d8dbfd0456 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:05:09 +1100 Subject: [PATCH] cleanup after rebase --- tests/integration/testIntegration.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/testIntegration.nim b/tests/integration/testIntegration.nim index 212d1872..0ad4a7a0 100644 --- a/tests/integration/testIntegration.nim +++ b/tests/integration/testIntegration.nim @@ -212,7 +212,7 @@ twonodessuite "Integration tests", debug1 = true, debug2 = true: check eventually (await token.balanceOf(account2)) - startBalance == duration*reward test "node requires expiry and its value to be in future": - let currentTime = await provider.currentTime() + let currentTime = await ethProvider.currentTime() let cid = client1.upload("some file contents").get let responseMissing = client1.requestStorageRaw(cid, duration=1.u256, reward=2.u256, proofProbability=3.u256, collateral=200.u256) @@ -247,7 +247,7 @@ marketplacesuite "Marketplace payouts": .nodes(1) .debug() # uncomment to enable console log output .withLogFile() # uncomment to output log file to tests/integration/logs/ //_.log - .withLogTopics("marketplace", "sales", "reservations", "node", "proving"), + .withLogTopics("marketplace", "sales", "reservations", "node", "proving", "clock"), ): let reward = 400.u256 let duration = 100.periods