oids sticks to 24 length strings; fixes breaking changes (#20546)

oids sticks 24 length strings
This commit is contained in:
ringabout
2022-10-12 21:15:21 +08:00
committed by GitHub
parent 7394587217
commit 13b3ea71da
2 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ import std/assertions
block: # genOid
let x = genOid()
doAssert ($x).len == 32
doAssert ($x).len == 24
block:
let x = genOid()