Skip to content

Commit

Permalink
fixed borked test
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed May 17, 2024
1 parent a12d27b commit 382557c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamodel/high/node_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
}
Expand Down

0 comments on commit 382557c

Please sign in to comment.