diff --git a/codex/erasure/erasure.nim b/codex/erasure/erasure.nim index 85b0138a..db6450fe 100644 --- a/codex/erasure/erasure.nim +++ b/codex/erasure/erasure.nim @@ -554,7 +554,7 @@ proc asyncDecode*( proc decodeInternal( self: Erasure, encoded: Manifest -): Future[?!(ref seq[Cid], seq[Natural])] {.async: (raises:[CancelledError]).} = +): Future[?!(ref seq[Cid], seq[Natural])] {.async: (raises: [CancelledError]).} = logScope: steps = encoded.steps rounded_blocks = encoded.rounded diff --git a/tests/integration/5_minutes/testsales.nim b/tests/integration/5_minutes/testsales.nim index a4cf06a7..29e636e0 100644 --- a/tests/integration/5_minutes/testsales.nim +++ b/tests/integration/5_minutes/testsales.nim @@ -215,7 +215,7 @@ marketplacesuite(name = "Sales", stopOnRequestFail = true): ) ).get - discard await waitForRequestToStart((10*60)+10) + discard await waitForRequestToStart((10 * 60) + 10) let purchase = (await client.getPurchase(id)).get check purchase.error == none string