Skip to content

Commit 3b912cd

Browse files
committed
Fixed failing test
1 parent fd8c00e commit 3b912cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/test/redisRealtimeStreams.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ describe("RedisRealtimeStreams", () => {
13621362
runId,
13631363
streamId,
13641364
abortController2.signal,
1365-
lastEventId
1365+
{ lastEventId }
13661366
);
13671367

13681368
expect(response2.status).toBe(200);

0 commit comments

Comments
 (0)