mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-02-25 08:03:12 +00:00
fix test filename
This commit is contained in:
parent
587c834c0e
commit
d3c3774391
@ -1,4 +1,3 @@
|
||||
# File: /Users/rahul/Work/repos/nim-serde/tests/cbor_questionable.nim
|
||||
|
||||
import std/unittest
|
||||
import std/options
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user