update tests

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-11-17 16:07:16 +01:00
parent 5d2a7303bd
commit 19768ee289
2 changed files with 0 additions and 5 deletions
@@ -61,7 +61,6 @@ describe('DefaultCatalogProcessingEngine', () => {
});
const engine = new DefaultCatalogProcessingEngine(
getVoidLogger(),
[],
db,
orchestrator,
stitcher,
@@ -123,7 +122,6 @@ describe('DefaultCatalogProcessingEngine', () => {
});
const engine = new DefaultCatalogProcessingEngine(
getVoidLogger(),
[],
db,
orchestrator,
stitcher,
@@ -201,7 +199,6 @@ describe('DefaultCatalogProcessingEngine', () => {
const engine = new DefaultCatalogProcessingEngine(
getVoidLogger(),
[],
db,
orchestrator,
stitcher,
@@ -273,7 +270,6 @@ describe('DefaultCatalogProcessingEngine', () => {
const engine = new DefaultCatalogProcessingEngine(
getVoidLogger(),
[],
db,
orchestrator,
stitcher,
@@ -103,7 +103,6 @@ describe('Refresh integration', () => {
const engine = new DefaultCatalogProcessingEngine(
defaultLogger,
[],
db,
{
async process(request: EntityProcessingRequest) {