mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Another small test missing
This commit is contained in:
@@ -915,6 +915,7 @@ if (Meteor.isServer) {
|
||||
expectedRemoves));
|
||||
test.equal(_.filter(o.output, function (e) {return e.added;}), expectedAdds);
|
||||
clearOutput(o);
|
||||
usesOplog && testOplogBufferIds([]);
|
||||
|
||||
// The new arrangement is [17 18 19] or [docId6 docId7 docId8]
|
||||
var docId9 = ins({ foo: 22, bar: 21 });
|
||||
|
||||
Reference in New Issue
Block a user