We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0afbdc commit 8807325Copy full SHA for 8807325
1 file changed
test/acl.js
@@ -1402,7 +1402,7 @@ describe('ACL Class', function () {
1402
done(err);
1403
});
1404
1405
-
+ // TODO
1406
// it('should return On-Behalf-Of if is the delegatee', function(done) {
1407
// var acl = new ACL({
1408
// ldp: ldp,
@@ -1422,10 +1422,7 @@ describe('ACL Class', function () {
1422
1423
1424
describe('verifyDelegator', function () {
1425
1426
1427
1428
- describe('readACL', function () {
1429
1430
- });
1431
0 commit comments