tile38/internal/server/bson_test.go

11 lines
116 B
Go
Raw Normal View History

2022-09-24 23:57:03 +03:00
package server
import "testing"
func TestBSON(t *testing.T) {
id := bsonID()
if len(id) != 24 {
t.Fail()
}
}