Skip to content

Commit aed9aa3

Browse files
committed
fix stream test
1 parent 51b6451 commit aed9aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/convex-helpers/server/stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ describe("stream", () => {
543543
expect(page.isDone).toBe(false);
544544
expect(page.continueCursor).toBe("");
545545

546-
expect(() =>
546+
await expect(() =>
547547
query.paginate({
548548
numItems: 0,
549549
cursor: null,

0 commit comments

Comments
 (0)