mirror of https://github.com/markbates/pkger.git
fix: parser call in pkgutil
This commit is contained in:
parent
95726f5b9b
commit
1ad66b7650
|
@ -32,7 +32,7 @@ func Test_Stuff(t *testing.T) {
|
|||
r.NoError(err)
|
||||
r.Len(infos, 34)
|
||||
|
||||
decls, err := parser.Parse(ref.Info)
|
||||
decls, err := parser.Parse(ref.Info, nil, nil)
|
||||
r.NoError(err)
|
||||
|
||||
r.Len(decls, 11)
|
||||
|
|
Loading…
Reference in New Issue