Skip to content

Commit

Permalink
Update URL of dispute to solid/specification#246
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Mar 5, 2021
1 parent f9b4adc commit 5a7bc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/surface/create.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('Create', () => {
});
expect(responseCodeGroup(result.status)).toEqual("2xx");
});
// DISPUTED: https://github.com/solid/specification/issues/236#issuecomment-784063453
// DISPUTED: https://github.com/solid/specification/issues/246
it.skip(`is disallowed without default Write`, async () => {
const containerUrl = `${testFolderUrl}6/allOtherModes/`;
// This will do mkdir-p:
Expand Down Expand Up @@ -457,7 +457,7 @@ describe('Create', () => {
expect(responseCodeGroup(result.status)).toEqual("2xx");
});

// DISPUTED: https://github.com/solid/specification/issues/236#issuecomment-784063453
// DISPUTED: https://github.com/solid/specification/issues/246
it.skip(`is disallowed without default Write`, async () => {
const containerUrl = `${testFolderUrl}14/allOtherModes/`;
// This will do mkdir-p:
Expand Down

0 comments on commit 5a7bc1f

Please sign in to comment.