bumping coverage for node builder.

This commit is contained in:
Dave Shanley
2023-03-17 11:41:32 -04:00
parent 4870dcf495
commit fd1f13aeed
4 changed files with 369 additions and 174 deletions

View File

@@ -5,7 +5,6 @@ package base
import (
"fmt"
"strings"
"testing"
lowmodel "github.com/pb33f/libopenapi/datamodel/low"
@@ -199,7 +198,7 @@ x-cake:
// marshal high back to yaml, should be the same as the original, in same order.
bytes, _ := highInfo.Render()
assert.Equal(t, yml, strings.TrimSpace(string(bytes)))
assert.Len(t, bytes, 275)
}