fix linter issues

This commit is contained in:
munna0908 2025-03-26 17:20:53 +05:30
parent c63be3b30e
commit 8ce9224275
No known key found for this signature in database
GPG Key ID: 2FFCD637E937D3E6

View File

@ -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)):