diff --git a/tests/cbor/testObjects.nim b/tests/cbor/testObjects.nim index 4b0deed..2f8415e 100644 --- a/tests/cbor/testObjects.nim +++ b/tests/cbor/testObjects.nim @@ -1,4 +1,3 @@ -# File: /Users/rahul/Work/repos/nim-serde/tests/cbor_questionable.nim import std/unittest import std/options diff --git a/tests/cbor/testprimitives.nim b/tests/cbor/testPrimitives.nim similarity index 100% rename from tests/cbor/testprimitives.nim rename to tests/cbor/testPrimitives.nim index b555d37..2741390 100644 --- a/tests/cbor/testprimitives.nim +++ b/tests/cbor/testPrimitives.nim @@ -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