mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-04-26 14:43:23 +00:00
fix linter issues
This commit is contained in:
parent
c63be3b30e
commit
8ce9224275
@ -39,12 +39,11 @@ suite "Test coders":
|
||||
for val in newSeqWith[Natural](100, rand(Natural)) & @[Natural.low, Natural.high]:
|
||||
check:
|
||||
success(val) == Natural.decode(encode(val))
|
||||
|
||||
test "StorageStats encode/decode":
|
||||
for val in newSeqWith[StorageStats](100, rand(StorageStats)):
|
||||
check:
|
||||
success(val) == StorageStats.decode(encode(val))
|
||||
|
||||
test "StorageStats encode/decode":
|
||||
for val in newSeqWith[StorageStats](100, rand(StorageStats)):
|
||||
check:
|
||||
success(val) == StorageStats.decode(encode(val))
|
||||
|
||||
test "BlockMetadata encode/decode":
|
||||
for val in newSeqWith[BlockMetadata](100, rand(BlockMetadata)):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user