From 7050c2613b93ba08ada5ac6603add2d57112bf40 Mon Sep 17 00:00:00 2001 From: Charlie Swanson Date: Thu, 7 Jul 2016 18:09:42 -0400 Subject: SERVER-24640 Implement getDependencies for $facet stage. --- jstests/aggregation/testshard1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/aggregation') diff --git a/jstests/aggregation/testshard1.js b/jstests/aggregation/testshard1.js index 516325cbe5c..8cdc0b1f5b3 100644 --- a/jstests/aggregation/testshard1.js +++ b/jstests/aggregation/testshard1.js @@ -211,7 +211,7 @@ shardedAggTest.startBalancer(); // TODO: remove after fixing SERVER-9622 // Make sure we error out if $out collection is sharded assertErrorCode(outCollection, [{$out: db.ts1.getName()}], 17017); -db.literal.save({dollar: false}); +assert.writeOK(db.literal.save({dollar: false})); result = aggregateOrdered( db.literal, -- cgit v1.2.1