This commit is contained in:
Jaremy Creechley 2023-09-26 20:11:09 -07:00
parent e2b6005918
commit 76590d4207
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -101,7 +101,7 @@ suite "Share buffer test":
check a.hash() != c.hash()
test "key conversion":
check Key.init(a).tryGet == k1
check Key.init($a).tryGet == k1
test "seq conversion":
check string.fromBytes(a.toSeq()) == "/a/b"