From 45e76cddcdd20f730f2132fed11fcb6dde91e036 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Fri, 18 Mar 2022 16:24:15 -0600 Subject: [PATCH] wip: fix test --- tests/dagger/testpor.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dagger/testpor.nim b/tests/dagger/testpor.nim index 5f2b4985..8e51c425 100644 --- a/tests/dagger/testpor.nim +++ b/tests/dagger/testpor.nim @@ -40,7 +40,7 @@ proc deleteBlocks(store: BlockStore, manifest: Manifest, blks, bytes: int) {.asy pos.add(i) var blk = (await store.getBlock(manifest[i])).tryGet() - bytePos = seq[int] + bytePos: seq[int] while true: if bytePos.len> bytes: