summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/server_status_aggregation_stage_counter.js
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-02-06 09:57:09 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-08 11:23:07 +0000
commitc5a0ded0868acca1c6ee93a0bba394be16e4aa5c (patch)
tree8d0d3ba12b244317b938284c4c30f7736c410d35 /jstests/noPassthrough/server_status_aggregation_stage_counter.js
parentd99d2428027fcc95478300c2da84a4ca554fdcbd (diff)
downloadmongo-c5a0ded0868acca1c6ee93a0bba394be16e4aa5c.tar.gz
SERVER-54376 Extend dropDatabase test coverage
Diffstat (limited to 'jstests/noPassthrough/server_status_aggregation_stage_counter.js')
-rw-r--r--jstests/noPassthrough/server_status_aggregation_stage_counter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/server_status_aggregation_stage_counter.js b/jstests/noPassthrough/server_status_aggregation_stage_counter.js
index 7124d88839b..1dcb534942e 100644
--- a/jstests/noPassthrough/server_status_aggregation_stage_counter.js
+++ b/jstests/noPassthrough/server_status_aggregation_stage_counter.js
@@ -149,7 +149,7 @@ MongoRunner.stopMongod(conn);
const st = new ShardingTest({shards: 2});
db = st.s.getDB(jsTest.name());
coll = db[collName];
-st.shardColl(coll.getFullName(), {_id: 1}, {_id: "hashed"});
+st.shardColl(coll, {_id: 1}, {_id: "hashed"});
runTests(db, coll);