mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 22:35:24 +00:00
oids sticks to 24 length strings; fixes breaking changes (#20546)
oids sticks 24 length strings
This commit is contained in:
@@ -7,7 +7,7 @@ import std/assertions
|
||||
|
||||
block: # genOid
|
||||
let x = genOid()
|
||||
doAssert ($x).len == 32
|
||||
doAssert ($x).len == 24
|
||||
|
||||
block:
|
||||
let x = genOid()
|
||||
|
||||
Reference in New Issue
Block a user