Merge remote-tracking branch 'origin/upgrade-mongo-5-callbacks' into upgrade-mongo-5-callbacks

This commit is contained in:
Leonardo Venturini
2024-10-29 10:50:40 -04:00

View File

@@ -495,7 +495,6 @@ if (Meteor.isServer) {
self.handle = await cursor.observeChanges({
added: function(id, fields) {
self.xs.push(fields.x);
console.log('self.expects.length', self.expects);
test.notEqual(self.expects.length, 0);
self.expects.pop()();
},