mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-27 00:43:34 +00:00
fix tests
This commit is contained in:
parent
8990171e6c
commit
42d222bbc2
@ -112,7 +112,7 @@ suite "Test Node":
|
||||
var data: seq[byte]
|
||||
while true:
|
||||
var
|
||||
buf = newSeq[byte](FileChunkSize)
|
||||
buf = newSeq[byte](BlockSize)
|
||||
res = await stream.readOnce(addr buf[0], buf.len)
|
||||
|
||||
if res <= 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user