We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11afa5 commit 8cc1b35Copy full SHA for 8cc1b35
tests/codex/stores/testrepostore.nim
@@ -297,7 +297,8 @@ asyncchecksuite "RepoStore":
297
): Future[seq[BlockExpiration]] {.async: (raises: [CancelledError]).} =
298
var expirations = newSeq[BlockExpiration](0)
299
without iter =? (await beIter), err:
300
- info "Failed to get BlockExpiration async iterator, returning empty sequence", err.msg
+ info "Failed to get BlockExpiration async iterator, returning empty sequence",
301
+ err.msg
302
return expirations
303
for beFut in toSeq(iter):
304
if value =? (await beFut):
0 commit comments