Skip to content

Commit 82f5800

Browse files
committed
another tiny cov bumpy
1 parent 527d3cd commit 82f5800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/utils_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ func TestIsYAML(t *testing.T) {
676676
assert.False(t, IsYAML("{'hello':'there'}"))
677677
assert.False(t, IsYAML(""))
678678
assert.True(t, IsYAML("8908: hello: yeah: \n12309812: :123"))
679+
assert.True(t, IsYAML("---"))
679680
}
680681

681682
func TestConvertYAMLtoJSON(t *testing.T) {

0 commit comments

Comments
 (0)