Skip to content

Commit abcf996

Browse files
committed
test: remove unnecessary code
1 parent 89c3e8a commit abcf996

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/document.populate.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,6 @@ describe('document.populate', function() {
11421142
});
11431143

11441144
const user = await User.findOne();
1145-
await user.populate('columns.$*.sequence');
11461145
await user.populate('columns.$*');
11471146
assert.deepStrictEqual(user.columns.get('key1').map(subdoc => subdoc.title), ['card1', 'card2']);
11481147
assert.deepStrictEqual(user.columns.get('key2').map(subdoc => subdoc.title), ['card3', 'card4']);

0 commit comments

Comments
 (0)