Type in level test cases This PR fixes a basic typo in the test cases for log levels
Simon Richardson
6 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
log/level/level_test.go
less
more
37
37
}, "\n"),
38
38
},
39
39
{
40
"AllowDebug",
40
"AllowInfo",
41
41
level.AllowInfo(),
42
42
strings.Join([]string{
43
43
`{"level":"info","this is":"info log"}`,