fixtest: testsales enable logging

This commit is contained in:
Ben 2024-12-10 11:05:59 +01:00
parent cc1121c9f0
commit 960c0107f0
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ proc findItem[T](items: seq[T], item: T): ?!T =
return failure("Not found") return failure("Not found")
twonodessuite "Sales", debug1 = false, debug2 = false: twonodessuite "Sales", debug1 = "TRACE", debug2 = "TRACE":
test "node handles new storage availability": test "node handles new storage availability":
let availability1 = client1.postAvailability(totalSize=1.u256, duration=2.u256, minPrice=3.u256, maxCollateral=4.u256).get let availability1 = client1.postAvailability(totalSize=1.u256, duration=2.u256, minPrice=3.u256, maxCollateral=4.u256).get