We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 007367f + 3ad3ac2 commit ada9578Copy full SHA for ada9578
test/woql.spec.js
@@ -365,7 +365,7 @@ describe('woql queries', function () {
365
})
366
367
it('check the order_by method',function(){
368
- const woqlObject=WOQL.order_by("B");
+ const woqlObject=WOQL.order_by(WOQL.asc("v:B"));
369
const jsonObj={ order_by: [ {asc: ['v:B']}, {} ] };
370
expect(woqlObject.json()).to.eql(jsonObj);
371
0 commit comments