Skip to content

Commit f4e2d7b

Browse files
Apply suggestions from code review
Co-authored-by: Neal Beeken <[email protected]>
1 parent e455666 commit f4e2d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/abstract_cursor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('class AbstractCursor', function () {
102102
const cursor = collection.find();
103103
cursor.map(() => null);
104104

105-
function transform() {
105+
function iterator() {
106106
expect.fail('Expected no documents from cursor, received at least one.');
107107
}
108108

0 commit comments

Comments
 (0)