Skip to content

Commit 7d670e8

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent eff03a8 commit 7d670e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/helpers/iterateCursor.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ describe("iterateCursorUntilMaxBytes", () => {
2121
const cursor = createMockCursor(docs);
2222
const maxBytes = 10000;
2323
const result = await iterateCursorUntilMaxBytes(cursor, maxBytes);
24-
console.log("test result", result);
2524
expect(result).toEqual(docs);
2625
});
2726

0 commit comments

Comments
 (0)