Skip to content

Commit

Permalink
clean spam MINOR
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jul 24, 2009
1 parent 8fe350f commit e1cca54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jstests/update5.js
Expand Up @@ -7,7 +7,6 @@ function go( key ){


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


Expand Down

0 comments on commit e1cca54

Please sign in to comment.