mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
fixed borked test
This commit is contained in:
@@ -720,7 +720,7 @@ func TestNewNodeBuilder_SliceRef_InlineNull(t *testing.T) {
|
||||
|
||||
data, _ := yaml.Marshal(node)
|
||||
|
||||
desired := `throg:`
|
||||
desired := "throg:\n - pizza"
|
||||
|
||||
assert.Equal(t, desired, strings.TrimSpace(string(data)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user