Skip to content

Commit

Permalink
[LBO-438] Vendor Search to sort matches displayed in admin portal
Browse files Browse the repository at this point in the history
  • Loading branch information
reb2020 committed Mar 16, 2018
1 parent e74f713 commit a3e5c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/queryBuilder_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe('queryBuilder', function() {
,["cavendish","alchemist","ape"]]).to.eql(query.finalize());
});

it('should compose custom select fields and several orders', function() {
it('should compose custom select fields and several orders with order by function', function() {
query = queryBuilder();
query.from("banana");
query.select(["first_name"]);
Expand Down

0 comments on commit a3e5c15

Please sign in to comment.