e3.2.1 Format type text changed to txt for consistency and clarity.
This commit is contained in:
@ -179,7 +179,7 @@ func TestLoggerFormats(t *testing.T) {
|
||||
check func(t *testing.T, content string)
|
||||
}{
|
||||
{
|
||||
name: "text format",
|
||||
name: "txt format",
|
||||
format: "txt",
|
||||
check: func(t *testing.T, content string) {
|
||||
assert.Contains(t, content, "INFO test message")
|
||||
|
||||
Reference in New Issue
Block a user