mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 12:37:48 +00:00
bumping coverage for node builder.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user