Skip to content

Commit f900592

Browse files
committed
lint
1 parent 84c2618 commit f900592

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/integration-tests/taskResumability.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,7 @@ describe('Transport resumability', () => {
260260
expect(onLastEventIdUpdate).toHaveBeenCalled();
261261
expect(lastEventId).toBeDefined();
262262

263-
// Store original notification count for later comparison
264-
const firstClientNotificationCount = notifications.length;
263+
265264
// Disconnect first client without waiting for completion
266265
// When we close the connection, it will cause a ConnectionClosed error for
267266
// any in-progress requests, which is expected behavior

0 commit comments

Comments
 (0)