Skip to content

Commit 8807325

Browse files
committed
adding todos in ACL tests
1 parent b0afbdc commit 8807325

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

test/acl.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ describe('ACL Class', function () {
14021402
done(err);
14031403
});
14041404
});
1405-
1405+
// TODO
14061406
// it('should return On-Behalf-Of if is the delegatee', function(done) {
14071407
// var acl = new ACL({
14081408
// ldp: ldp,
@@ -1422,10 +1422,7 @@ describe('ACL Class', function () {
14221422
});
14231423

14241424
describe('verifyDelegator', function () {
1425-
1425+
// TODO
14261426
});
14271427

1428-
describe('readACL', function () {
1429-
1430-
});
14311428
});

0 commit comments

Comments
 (0)