mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
final fix
This commit is contained in:
parent
cf18d05861
commit
8e00ced3d2
@ -384,7 +384,9 @@ describe('Entity service decorator', () => {
|
||||
await service.findMany('localized-single-type-model', input);
|
||||
|
||||
expect(global.strapi.getModel).toHaveBeenCalledWith('localized-single-type-model');
|
||||
expect(defaultService.findMany).toHaveBeenCalledWith('localized-single-type-model');
|
||||
expect(defaultService.findMany).toHaveBeenCalledWith('localized-single-type-model', {
|
||||
data: { title: 'title ' },
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user