Commit 5ecec182 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

common/uuid: add test, albeit weak

parent 386d72c3
package uuid
import (
"testing"
)
func TestTimeOrderedUuid(t *testing.T) {
uuid := TimeOrderedUUID()
if len(uuid) != 36 {
t.Fatalf("bad: %s", uuid)
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment