Skip to content

Commit 2b37dd6

Browse files
committed
style: fix lint
1 parent 3fc9bc3 commit 2b37dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docs/transactions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ describe('transactions', function() {
399399
let docs = await Test.aggregate([{ $match: { _id: doc._id } }]);
400400
assert.equal(docs.length, 1);
401401

402-
const aggCursor = TestModel.aggregate([{ $match: { _id: doc._id } }]).cursor();
402+
const aggCursor = Test.aggregate([{ $match: { _id: doc._id } }]).cursor();
403403
docs = [await aggCursor.next()];
404404
assert.equal(docs[0].name, 'test_transactionAsyncLocalStorage');
405405

0 commit comments

Comments
 (0)