We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d7d69 commit 303b784Copy full SHA for 303b784
test/integration/patch-test.js
@@ -60,7 +60,7 @@ describe('PATCH', () => {
60
patch: '<> a solid:Patch.'
61
}, { // expected:
62
status: 400,
63
- text: 'No n3-patch found' // patch for https://tim.localhost:7777/read-write.ttl found'
+ text: 'No n3-patch found'
64
}))
65
66
describe('with neither insert nor delete', describePatch({
0 commit comments