mirror of https://github.com/sirupsen/logrus.git
error message
This commit is contained in:
parent
5d60369ef3
commit
6b28c2c7d7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue