Fix ConsoleWriter test

This commit is contained in:
Olivier Poitrey 2018-05-17 16:35:57 -07:00
parent fb469685aa
commit c62533f761
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ func formatTime(t interface{}) string {
u, _ := t.Int64()
return time.Unix(u, 0).Format(time.RFC3339)
}
return ""
return "<nil>"
}
func colorize(s interface{}, color int, enabled bool) string {