Skip to content

Commit 73d7eff

Browse files
committed
SERVER-13635: fix file format test
1 parent e705586 commit 73d7eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstests/core/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ assert.eq( stats.dataFileVersion.minor, 5 );
1818
statsDB.dropDatabase();
1919
var statsEmptyDB = statsDB.stats();
2020
assert.eq( statsEmptyDB.fileSize, 0 );
21-
assert.eq( {}, statsEmptyDB.dataFileVersion );
21+
assert.isnull( statsEmptyDB.dataFileVersion );
2222

2323
statsDB.dropDatabase();

0 commit comments

Comments
 (0)