From e51ae343274131261679870f9c0329dce24bed9f Mon Sep 17 00:00:00 2001 From: khushijain21 Date: Mon, 13 May 2024 10:14:24 +0530 Subject: [PATCH] changes --- bridges/otelzap/core_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/otelzap/core_test.go b/bridges/otelzap/core_test.go index 2f99bf8cfa5..a8860679329 100644 --- a/bridges/otelzap/core_test.go +++ b/bridges/otelzap/core_test.go @@ -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())