Codebase list golang-github-go-kit-kit / d43a8b4
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
3737 }, "\n"),
3838 },
3939 {
40 "AllowDebug",
40 "AllowInfo",
4141 level.AllowInfo(),
4242 strings.Join([]string{
4343 `{"level":"info","this is":"info log"}`,