From 82a89bb1774b101609eceb79034aeb9602723c9f Mon Sep 17 00:00:00 2001 From: cindy-peng Date: Tue, 16 Apr 2024 16:07:04 -0700 Subject: [PATCH] fix gts check --- system-test/logging.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system-test/logging.ts b/system-test/logging.ts index 753373f4..60202865 100644 --- a/system-test/logging.ts +++ b/system-test/logging.ts @@ -861,7 +861,8 @@ describe('Logging', () => { ); assert.strictEqual(entry.metadata.spanId, spanId); assert.strictEqual(entry.metadata.traceSampled, traceSampled); - }); + } + ); }); }); span.end();