We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e705586 commit 73d7effCopy full SHA for 73d7eff
jstests/core/stats.js
@@ -18,6 +18,6 @@ assert.eq( stats.dataFileVersion.minor, 5 );
18
statsDB.dropDatabase();
19
var statsEmptyDB = statsDB.stats();
20
assert.eq( statsEmptyDB.fileSize, 0 );
21
-assert.eq( {}, statsEmptyDB.dataFileVersion );
+assert.isnull( statsEmptyDB.dataFileVersion );
22
23
0 commit comments