summaryrefslogtreecommitdiff
path: root/jstests/query_golden/eq.js
diff options
context:
space:
mode:
authorJennifer Peshansky <jennifer.peshansky@mongodb.com>2022-11-03 16:13:20 +0000
committerJennifer Peshansky <jennifer.peshansky@mongodb.com>2022-11-03 16:13:20 +0000
commite74d2910bbe76790ad131d53fee277829cd95982 (patch)
treecabe148764529c9623652374fbc36323a550cd44 /jstests/query_golden/eq.js
parent280145e9940729480bb8a35453d4056afac87641 (diff)
parentba467f46cc1bc49965e1d72b541eff0cf1d7b22e (diff)
downloadmongo-e74d2910bbe76790ad131d53fee277829cd95982.tar.gz
Merge branch 'master' into jenniferpeshansky/SERVER-70854jenniferpeshansky/SERVER-70854
Diffstat (limited to 'jstests/query_golden/eq.js')
-rw-r--r--jstests/query_golden/eq.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/query_golden/eq.js b/jstests/query_golden/eq.js
index ebc1d922e0d..5847088a1b2 100644
--- a/jstests/query_golden/eq.js
+++ b/jstests/query_golden/eq.js
@@ -14,7 +14,7 @@ let output = '';
jsTestLog('Inserting docs:');
show(docs);
coll.insert(docs);
-print(`Collection count: ${coll.count()}`);
+print(`Collection count: ${coll.find().itcount()}`);
for (const leaf of leafs()) {
// TODO SERVER-67550 Equality to null does not match undefined, in Bonsai.