Skip to content

Commit

Permalink
Test(script): More useful search query
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Aug 12, 2016
1 parent 2e7c233 commit 405264f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dotest.add ('Module', function (test) {
});


dotest.add ('search by keywords', function () {
openkvk ('ahold kunst', testArrayObject);
dotest.add ('search by keyword', function () {
openkvk ({ query: 'ahold' }, testArrayObject);
});


Expand Down

0 comments on commit 405264f

Please sign in to comment.