tile38/internal/server/bson_test.go

11 lines
116 B
Go

package server
import "testing"
func TestBSON(t *testing.T) {
id := bsonID()
if len(id) != 24 {
t.Fail()
}
}