mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-07 16:13:07 +00:00
cleanup
This commit is contained in:
parent
e2b6005918
commit
76590d4207
@ -101,7 +101,7 @@ suite "Share buffer test":
|
|||||||
check a.hash() != c.hash()
|
check a.hash() != c.hash()
|
||||||
|
|
||||||
test "key conversion":
|
test "key conversion":
|
||||||
check Key.init(a).tryGet == k1
|
check Key.init($a).tryGet == k1
|
||||||
|
|
||||||
test "seq conversion":
|
test "seq conversion":
|
||||||
check string.fromBytes(a.toSeq()) == "/a/b"
|
check string.fromBytes(a.toSeq()) == "/a/b"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user