@@ -79,7 +79,7 @@ describe('PATCH through text/n3', () => {
7979 patch : `<> a solid:InsertDeletePatch;
8080 solid:inserts { <x> <y> <z>. }.`
8181 } , { // expected:
82- status : 200 ,
82+ status : 201 ,
8383 text : 'Patch applied successfully' ,
8484 result : '@prefix : </new.ttl#>.\n@prefix tim: </>.\n\ntim:x tim:y tim:z.\n\n'
8585 } ) )
@@ -90,7 +90,7 @@ describe('PATCH through text/n3', () => {
9090 patch : `<> a solid:InsertDeletePatch;
9191 solid:inserts { <x> <y> <z>. }.`
9292 } , { // expected:
93- status : 200 ,
93+ status : 201 ,
9494 text : 'Patch applied successfully' ,
9595 // result: '{\n "@id ": "/x",\n "/y": {\n "@id ": "/z"\n }\n }'
9696 result : `{
@@ -110,7 +110,7 @@ describe('PATCH through text/n3', () => {
110110 patch : `<> a solid:InsertDeletePatch;
111111 solid:inserts { <x> <y> <z>. }.`
112112 } , { // expected:
113- status : 200 ,
113+ status : 201 ,
114114 text : 'Patch applied successfully' ,
115115 result : `<rdf:RDF
116116 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -126,7 +126,7 @@ describe('PATCH through text/n3', () => {
126126 patch : `<> a solid:InsertDeletePatch;
127127 solid:inserts { <x> <y> <z>. }.`
128128 } , { // expected:
129- status : 200 ,
129+ status : 201 ,
130130 text : 'Patch applied successfully' ,
131131 result : '@prefix : </new.n3#>.\n@prefix tim: </>.\n\ntim:x tim:y tim:z.\n\n'
132132 } ) )
@@ -186,7 +186,7 @@ describe('PATCH through text/n3', () => {
186186 patch : `<> a solid:InsertDeletePatch;
187187 solid:inserts { <x> <y> <z>. }.`
188188 } , {
189- status : 200 ,
189+ status : 201 ,
190190 text : 'Patch applied successfully' ,
191191 result : '@prefix : <#>.\n@prefix fol: <./>.\n\nfol:x fol:y fol:z.\n\n'
192192 } ) )
0 commit comments