Skip to content

Commit 7408ca1

Browse files
committed
flail to fix "npm run compile" for test/v4/redis.test.ts
I say "flail" because I'm not sure if the import type ... from '@redis/client'; worked before *because `@types/redis` was installed?!* or something else was different.
1 parent d2fa3a2 commit 7408ca1

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-redis/test/v4

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-redis/test/v4/redis.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const instrumentation = registerInstrumentationTesting(
3636
);
3737

3838
import { createClient } from 'redis';
39-
import type { RedisClientType } from '@redis/client';
39+
import type { RedisClientType } from 'redis';
4040
import {
4141
Span,
4242
SpanKind,

0 commit comments

Comments
 (0)