Skip to content

Commit

Permalink
SERVER-13635: fix file format test
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jun 10, 2014
1 parent e705586 commit 73d7eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstests/core/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ assert.eq( stats.dataFileVersion.minor, 5 );
statsDB.dropDatabase();
var statsEmptyDB = statsDB.stats();
assert.eq( statsEmptyDB.fileSize, 0 );
assert.eq( {}, statsEmptyDB.dataFileVersion );
assert.isnull( statsEmptyDB.dataFileVersion );

statsDB.dropDatabase();

0 comments on commit 73d7eff

Please sign in to comment.