Skip to content

Commit

Permalink
fix tests for 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 23, 2012
1 parent 059cfa7 commit 497865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.ref.test.js
Expand Up @@ -870,7 +870,7 @@ describe('model: ref:', function(){
var ran = false;
BlogPost
.find({ title: /gh-1055/ })
.sort('title')
.sort('title', 1)
.select('comments')
.populate('comments._creator')
.populate('comments.asers')
Expand Down

0 comments on commit 497865f

Please sign in to comment.