util/reflect: improve test coverage

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-04-22 09:24:34 +03:00
parent 0ca39a1477
commit 206cd8c3c9
3 changed files with 168 additions and 33 deletions

View File

@@ -4,7 +4,7 @@ import (
"testing"
)
func TestPath(t *testing.T) {
func TestLookup(t *testing.T) {
type Nested2 struct {
Name string
}