diff --git a/tests/integration/testproofs.nim b/tests/integration/testproofs.nim index 7f75feba..c30b597d 100644 --- a/tests/integration/testproofs.nim +++ b/tests/integration/testproofs.nim @@ -24,16 +24,18 @@ marketplacesuite(name = "Hosts submit regular proofs", stopOnRequestFail = false NodeConfigs( # Uncomment to start Hardhat automatically, typically so logs can be inspected locally hardhat: HardhatConfig.none, - clients: CodexConfigs.init(nodes = 1) - # .debug() # uncomment to enable console log output - # .withLogFile() # uncomment to output log file to tests/integration/logs/ //_.log - # .withLogTopics("node, marketplace") - .some, - providers: CodexConfigs.init(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", "clock") - .some, + clients: CodexConfigs + .init(nodes = 1) + # .debug() # uncomment to enable console log output + .withLogFile() + # uncomment to output log file to tests/integration/logs/ //_.log + .withLogTopics("node, marketplace").some, + providers: CodexConfigs + .init(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", "clock").some, ): let client0 = clients()[0].client let expiry = 10.periods