mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +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,
|
||||
entityService: {
|
||||
findOne: jest.fn(() => {
|
||||
return { strapi_reviewWorkflows_stage: { id: 2, workflow: { id: 1 } } };
|
||||
return { strapi_stage: { id: 2, workflow: { id: 1 } } };
|
||||
}),
|
||||
emitEvent: jest.fn(),
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user