diff options
Diffstat (limited to 'jstests/aggregation/explain_writing_aggs.js')
-rw-r--r-- | jstests/aggregation/explain_writing_aggs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/aggregation/explain_writing_aggs.js b/jstests/aggregation/explain_writing_aggs.js index 1ef34c53d7d..8eab952b7cd 100644 --- a/jstests/aggregation/explain_writing_aggs.js +++ b/jstests/aggregation/explain_writing_aggs.js @@ -10,7 +10,7 @@ load("jstests/libs/fixture_helpers.js"); // For FixtureHelpers.isMongos(). load("jstests/libs/analyze_plan.js"); // For getAggPlanStage(). - load("jstests/aggregation/extras/out_helpers.js"); // For withEachOutMode(). + load("jstests/aggregation/extras/out_helpers.js"); // For withEachMergeMode(). let sourceColl = db.explain_writing_aggs_source; let targetColl = db.explain_writing_aggs_target; |