Skip to content

Commit b2999d1

Browse files
committed
Fixed failing test
1 parent 7c98e00 commit b2999d1

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)