3
0

Fix option validation tests

This commit is contained in:
Denis Arh
2020-12-11 08:30:14 +01:00
parent 281fa2840b
commit da7c4d0174

View File

@@ -340,7 +340,7 @@ func (vldtr validator) vSelect(v *types.RecordValue, f *types.ModuleField, r *ty
)
if !has {
return e2s(makeInternalErr(f, fmt.Errorf("missing select options definition")))
return nil
}
switch oo := options.(type) {