mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix(deps): Update to Comunica v2
This commit is contained in:
@@ -33,8 +33,7 @@ describe('A TokenOwnershipValidator', (): void => {
|
||||
function mockDereference(qq?: Quad): any {
|
||||
rdfDereferenceMock.dereference.mockImplementation((uri: string): any => ({
|
||||
uri,
|
||||
quads: Readable.from(qq ? [ qq ] : []),
|
||||
exists: true,
|
||||
data: Readable.from(qq ? [ qq ] : []),
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
@@ -34,8 +34,7 @@ describe('FetchUtil', (): void => {
|
||||
}
|
||||
return {
|
||||
uri,
|
||||
quads: Readable.from(quads),
|
||||
exists: true,
|
||||
data: Readable.from(quads),
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user