More coverage tuning and cleaning

Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
quobix
2023-11-04 10:03:43 -04:00
parent f3094d0b14
commit 54f4c82007
4 changed files with 71 additions and 4 deletions

View File

@@ -401,8 +401,6 @@ func ExtractArray[T Buildable[N], N any](ctx context.Context, label string, root
if !utils.IsNodeArray(vn) {
return []ValueReference[T]{}, nil, nil,
fmt.Errorf("array build failed, input is not an array, line %d, column %d", vn.Line, vn.Column)
} else {
vn = fvn
}
}
}