mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-07 12:37:48 +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)
|
data, _ := yaml.Marshal(node)
|
||||||
|
|
||||||
desired := `throg:`
|
desired := "throg:\n - pizza"
|
||||||
|
|
||||||
assert.Equal(t, desired, strings.TrimSpace(string(data)))
|
assert.Equal(t, desired, strings.TrimSpace(string(data)))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user