Skip to content

Commit

Permalink
fixed human readable parser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFireMike committed May 28, 2021
1 parent bb0bbb6 commit ac28eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/parser/human_readable_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestToHumanReadablePointer2(t *testing.T) {
var str []string
output, err := ToHumanReadable(&str)
assert.Nil(t, err)
assert.Equal(t, "", string(output))
assert.Equal(t, "No result", string(output))
}

func TestToHumanReadableArray(t *testing.T) {
Expand Down

0 comments on commit ac28eaa

Please sign in to comment.