Skip to content

Commit

Permalink
making the mlt test work --> by just adding the fields to the expecte…
Browse files Browse the repository at this point in the history
…d return
  • Loading branch information
marc-portier committed Jul 18, 2014
1 parent a2f764a commit 7274bcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/mlt-query-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ describe('Client#createQuery',function(){
'mlt.maxqt': '1500',
wt: 'json',
'mlt.mindf': '0',
'mlt.count': '15'
'mlt.count': '15',
"debugQuery": "true",
q: "title_t:test"
});
done();
});
Expand Down

0 comments on commit 7274bcf

Please sign in to comment.