Skip to content

Commit

Permalink
Fix slog tests for 1.22
Browse files Browse the repository at this point in the history
A new group-related case was added.
  • Loading branch information
thockin committed Mar 1, 2024
1 parent 75599fa commit a6645b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slogr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func TestRunSlogTestsOnSlogHandlerLogSink(t *testing.T) {
"a Handler should handle the WithGroup method",
"a Handler should handle multiple WithGroup and WithAttr calls",
"a Handler should not output groups for an empty Record",
"a Handler should not output groups if there are no attributes",
"a Handler should call Resolve on attribute values in groups",
"a Handler should call Resolve on attribute values in groups from WithAttrs",
}
Expand Down

0 comments on commit a6645b7

Please sign in to comment.