Skip to content

Commit

Permalink
addressed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Jan 25, 2024
1 parent 46ad70f commit 524b5ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ DWN SDK includes a polyfilled distribution that can imported in a `module` scrip
const dwn = await Dwn.create({ messageStore, dataStore, eventLog });
// Generate a did:key DID (Decentralized Identifier).
// TODO:
const didKey = await TestDataGenerator.generateDidKeyPersona();
// Create some data to be stored.
Expand Down
1 change: 0 additions & 1 deletion tests/handlers/permissions-request.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export function testPermissionsRequestHandler(): void {

it('should return 401 if auth fails', async () => {
const alice = await TestDataGenerator.generateDidKeyPersona();
// alice.keyId = 'wrongValue';
const { message } = await TestDataGenerator.generatePermissionsRequest({
author : alice,
scope : {
Expand Down

0 comments on commit 524b5ea

Please sign in to comment.