mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-16 20:33:09 +00:00
fix after rebase
This commit is contained in:
parent
66683a8606
commit
14a223fb36
@ -2,7 +2,7 @@ import ../examples
|
||||
import ./multinodes
|
||||
|
||||
multinodesuite "Node block expiration tests":
|
||||
var content = ""
|
||||
var content: seq[byte]
|
||||
|
||||
setup:
|
||||
content = await RandomChunker.example(blocks = 8)
|
||||
@ -26,7 +26,7 @@ multinodesuite "Node block expiration tests":
|
||||
|
||||
check:
|
||||
download.isOk
|
||||
download.get == content
|
||||
download.get == string.fromBytes(content)
|
||||
|
||||
test "node deletes expired file",
|
||||
NodeConfigs(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user