summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/rename_collection_across_dbs.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/rename_collection_across_dbs.js')
-rw-r--r--jstests/noPassthrough/rename_collection_across_dbs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/rename_collection_across_dbs.js b/jstests/noPassthrough/rename_collection_across_dbs.js
index 919e0cd25ad..5c2c3b8810a 100644
--- a/jstests/noPassthrough/rename_collection_across_dbs.js
+++ b/jstests/noPassthrough/rename_collection_across_dbs.js
@@ -15,7 +15,7 @@ let dbName2 = testName + '1-2';
const collName = "test";
const collCount = 10;
const maxInsertsCount = collCount;
-const maxInsertsSize = /*single object size=*/14 * maxInsertsCount * 3;
+const maxInsertsSize = /*single object size=*/ 14 * maxInsertsCount * 3;
let srcNs = dbName1 + '.' + collName;
let dstNs = dbName2 + '.' + collName;