add buildExampleMeta helper function

to be used later in the rest of the tests
This commit is contained in:
Kent Gruber 2018-05-02 13:15:45 -04:00
commit d18491aff8

View file

@ -4,3 +4,7 @@ import (
"strings"
"testing"
)
func buildExampleMeta() *Meta {
return NewMeta()
}