diff --git a/tests/integration/testIntegration.nim b/tests/integration/testIntegration.nim index 2333f1f8..cd6787bc 100644 --- a/tests/integration/testIntegration.nim +++ b/tests/integration/testIntegration.nim @@ -20,7 +20,7 @@ import ./marketplacesuite # You can also pass a string in same format like for the `--log-level` parameter # to enable custom logging levels for specific topics like: debug2 = "INFO; TRACE: marketplace" -twonodessuite "Integration tests", debug1 = false, debug2 = false: +twonodessuite "Integration tests", debug1 = true, debug2 = true: setup: # Our Hardhat configuration does use automine, which means that time tracked by `ethProvider.currentTime()` is not # advanced until blocks are mined and that happens only when transaction is submitted.