We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75599fa commit a6645b7Copy full SHA for a6645b7
slogr_test.go
@@ -127,6 +127,7 @@ func TestRunSlogTestsOnSlogHandlerLogSink(t *testing.T) {
127
"a Handler should handle the WithGroup method",
128
"a Handler should handle multiple WithGroup and WithAttr calls",
129
"a Handler should not output groups for an empty Record",
130
+ "a Handler should not output groups if there are no attributes",
131
"a Handler should call Resolve on attribute values in groups",
132
"a Handler should call Resolve on attribute values in groups from WithAttrs",
133
}
0 commit comments