Skip to content

Commit 542bd9c

Browse files
pratik-sharma-1daveshanley
authored andcommitted
Update node_builder_test.go
1 parent b63a2af commit 542bd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datamodel/high/node_builder_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ func TestNewNodeBuilder_Float64_Negative(t *testing.T) {
11201120

11211121
data, _ := yaml.Marshal(node)
11221122

1123-
desired := `thung: -3.33333`
1123+
desired := `thral: -3.33333`
11241124

11251125
assert.Equal(t, desired, strings.TrimSpace(string(data)))
11261126
}

0 commit comments

Comments
 (0)