Skip to content

Commit ada9578

Browse files
committed
Merge branch 'dev' of https://github.com/terminusdb/terminus-client into dev
2 parents 007367f + 3ad3ac2 commit ada9578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/woql.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ describe('woql queries', function () {
365365
})
366366

367367
it('check the order_by method',function(){
368-
const woqlObject=WOQL.order_by("B");
368+
const woqlObject=WOQL.order_by(WOQL.asc("v:B"));
369369
const jsonObj={ order_by: [ {asc: ['v:B']}, {} ] };
370370
expect(woqlObject.json()).to.eql(jsonObj);
371371

0 commit comments

Comments
 (0)