summary refs log tree commit diff stats
path: root/tests/stdlib/toids.nim
blob: f162dbe57ccc955619943f50c5717c64314e29f3 (plain) (blame)
1
2
3
4
5
6
import std/oids


block: # genOid
  let x = genOid()
  doAssert ($x).len == 24