Skip to content
Snippets Groups Projects
Commit 02f8d024 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov
Browse files

fix

parent 9ffd9f0e
No related branches found
No related tags found
No related merge requests found
package zap
......@@ -41,7 +41,7 @@ func TestEntryEncoder_EncodeEntry(t *testing.T) {
},
},
want: &logs.Entry{
LogLevel: logs.Level(zapcore.InfoLevel),
Level: logs.Level(zapcore.InfoLevel),
Message: "создан элемент коллекции",
Category: "create",
Component: "Items.Service",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment