From e701d3c097a428262aba7039d857dfcab96bdb04 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 12 Oct 2023 20:08:50 -0700 Subject: [PATCH] lint fix --- .../opentelemetry-instrumentation-ioredis/test/ioredis.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/node/opentelemetry-instrumentation-ioredis/test/ioredis.test.ts b/plugins/node/opentelemetry-instrumentation-ioredis/test/ioredis.test.ts index 612371d707..2aa3b30605 100644 --- a/plugins/node/opentelemetry-instrumentation-ioredis/test/ioredis.test.ts +++ b/plugins/node/opentelemetry-instrumentation-ioredis/test/ioredis.test.ts @@ -1171,7 +1171,7 @@ type RunTestFixtureOptions = { checkResult?: (err: Error | null, stdout: string, stderr: string) => void; /** Check the collected results, e.g. via `collector.sortedSpans`. */ checkCollector?: (collector: TestCollector) => void; -} +}; /** * Run a script that uses otel tracing and check the results.