diff --git a/tests/integration/testIntegration.nim b/tests/integration/testIntegration.nim index 8a1d7108..5c65941d 100644 --- a/tests/integration/testIntegration.nim +++ b/tests/integration/testIntegration.nim @@ -20,7 +20,7 @@ import ./twonodes # 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: proc purchaseStateIs(client: CodexClient, id: PurchaseId, state: string): bool = without purchase =? client.getPurchase(id):