mirror of
https://github.com/strapi/strapi.git
synced 2025-11-15 17:49:57 +00:00
Fix: ES decorator tests (faulty merge)
This commit is contained in:
parent
7b83703576
commit
d8c4c91cef
@ -124,7 +124,7 @@ describe('Entity service decorator', () => {
|
|||||||
...global.strapi,
|
...global.strapi,
|
||||||
entityService: {
|
entityService: {
|
||||||
findOne: jest.fn(() => {
|
findOne: jest.fn(() => {
|
||||||
return { strapi_reviewWorkflows_stage: { id: 2, workflow: { id: 1 } } };
|
return { strapi_stage: { id: 2, workflow: { id: 1 } } };
|
||||||
}),
|
}),
|
||||||
emitEvent: jest.fn(),
|
emitEvent: jest.fn(),
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user