fix test filename

This commit is contained in:
munna0908 2025-05-22 17:23:20 +05:30
parent 587c834c0e
commit d3c3774391
No known key found for this signature in database
GPG Key ID: 2FFCD637E937D3E6
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
# File: /Users/rahul/Work/repos/nim-serde/tests/cbor_questionable.nim
import std/unittest
import std/options

View File

@ -98,8 +98,8 @@ test "sorting":
toCbor(false).tryValue,
]
shuffle(keys)
for k in keys: map[k] = toCbor(0).tryValue
for k in keys: map[k] = toCbor(0).tryValue
check not map.isSorted.tryValue
check sort(map).isSuccess
check map.isSorted.tryValue