Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khushijain21 committed May 13, 2024
1 parent 16e183e commit e51ae34
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 @@ -96,7 +96,7 @@ func TestCore(t *testing.T) {
logger := zap.New(zc)
logger.Info(testBodyString, testField)

// why is index 1 populated with results and not 0?
// not sure index 1 populated with results and not 0
got := rec.Result()[1].Records[0]
assert.Equal(t, testBodyString, got.Body().AsString())
assert.Equal(t, testSeverity, got.Severity())
Expand Down

0 comments on commit e51ae34

Please sign in to comment.