Skip to content

Commit f9f3f6b

Browse files
CopilotLms24
andcommitted
Fix lint error in client.test.ts
Co-authored-by: Lms24 <8420481+Lms24@users.noreply.github.com>
1 parent 1438d5b commit f9f3f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2227,7 +2227,7 @@ describe('Client', () => {
22272227
vi.useRealTimers();
22282228
expect.assertions(3);
22292229

2230-
const { makeTransport, getSendCalled, getSentCount, delay } = makeFakeTransport(50);
2230+
const { makeTransport, getSendCalled, getSentCount } = makeFakeTransport(50);
22312231

22322232
const client = new TestClient(
22332233
getDefaultTestClientOptions({

0 commit comments

Comments
 (0)