error message

This commit is contained in:
Neil Isaac 2018-06-18 21:39:53 -04:00
parent 5d60369ef3
commit 6b28c2c7d7
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ func TestTextFormatterFieldMap(t *testing.T) {
`fields.somelevel=levelfield `+ `fields.somelevel=levelfield `+
`fields.timeywimey=timeywimeyfield`+"\n", `fields.timeywimey=timeywimeyfield`+"\n",
string(b), string(b),
"Formatted doesn't respect correct FieldMap") "Formatted output doesn't respect FieldMap")
} }
// TODO add tests for sorting etc., this requires a parser for the text // TODO add tests for sorting etc., this requires a parser for the text