summaryrefslogtreecommitdiff
path: root/jstests/query_golden/eq.js
diff options
context:
space:
mode:
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.