Skip to content

Commit 536f6f8

Browse files
committed
update patch test to rdfib@2.3.5
1 parent 04447db commit 536f6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/N3Patch.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe('A Server supporting N3 Patch', (): void => {
158158
await setResource('/write-only', '<a> <b> ( <c> <d> ).', { write: true });
159159
await expectPatch(
160160
{ path: '/write-only', body: `<> a solid:InsertDeletePatch; solid:inserts { <x> <y> <z>. }.` },
161-
{ status: 205, turtle: `@prefix : </write-only#>.\n@prefix loc: </>.\n\nloc:a loc:b ( loc:c loc:d ).\n\nloc:x loc:y loc:z.\n\n` },
161+
{ status: 205, turtle: `@prefix : </write-only#>.\n\n</a> </b> ( </c> </d> ).\n\n</x> </y> </z>.\n\n` },
162162
true,
163163
);
164164
});

0 commit comments

Comments
 (0)