removes not needed err from "without" in repostore test

This commit is contained in:
Marcin Czenko 2025-06-02 05:15:34 +02:00
parent 29bb01751b
commit ff409175ef
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0

View File

@ -296,7 +296,7 @@ asyncchecksuite "RepoStore":
beIter: auto
): Future[seq[BlockExpiration]] {.async: (raises: [CancelledError]).} =
var expirations = newSeq[BlockExpiration](0)
without iter =? (await beIter), err:
without iter =? (await beIter):
return expirations
for beFut in toSeq(iter):
if value =? (await beFut):