Skip to content

Commit

Permalink
Update bridges/otelzap/core_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Pająk <[email protected]>
  • Loading branch information
khushijain21 and pellared authored May 31, 2024
1 parent f53ebce commit 85e1211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/otelzap/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestCore(t *testing.T) {

rec.Reset()

t.Run("Test 'With` method for nested child loggers ", func(t *testing.T) {
t.Run("WithMultiple", func(t *testing.T) {
testCases := [][]string{{"test1", "value1"}, {"test2", "value2"}, {"test3", "value3"}}
childlogger := logger.With(zap.String(testCases[0][0], testCases[0][1]))
childlogger2 := childlogger.With(zap.String(testCases[1][0], testCases[1][1]))
Expand Down

0 comments on commit 85e1211

Please sign in to comment.