0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

clean spam MINOR

This commit is contained in:
Eliot Horowitz 2009-07-24 14:35:27 -04:00
parent 8fe350ff00
commit e1cca5460a

View File

@ -7,7 +7,6 @@ function go( key ){
function check( num , name ){
assert.eq( 1 , t.find().count() , tojson( key ) + " count " + name );
printjson( t.findOne() );
assert.eq( num , t.findOne().n , tojson( key ) + " value " + name );
}