mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-11 01:43:07 +00:00
removes not needed err from "without" in repostore test
This commit is contained in:
parent
29bb01751b
commit
ff409175ef
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user