diff --git a/core/parser/human_readable_parser_test.go b/core/parser/human_readable_parser_test.go index 1240735..8764854 100644 --- a/core/parser/human_readable_parser_test.go +++ b/core/parser/human_readable_parser_test.go @@ -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) {