Fix: ES decorator tests (faulty merge)

This commit is contained in:
Gustav Hansen 2023-06-22 11:46:55 +02:00
parent 7b83703576
commit d8c4c91cef

View File

@ -124,7 +124,7 @@ describe('Entity service decorator', () => {
...global.strapi,
entityService: {
findOne: jest.fn(() => {
return { strapi_reviewWorkflows_stage: { id: 2, workflow: { id: 1 } } };
return { strapi_stage: { id: 2, workflow: { id: 1 } } };
}),
emitEvent: jest.fn(),
},