Skip to content
Snippets Groups Projects
Commit a2955c09 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix tu

parent 15cadb1a
No related branches found
No related tags found
1 merge request!420V3.2.0
......@@ -157,7 +157,7 @@ describe('AdminController', () => {
it('should get pending attachments', async () => {
mockStructureService.findOne.mockResolvedValue({ structureName: 'structure', updatedAt: '' });
expect((await adminController.getPendingAttachments()).length).toBe(2);
expect(Object.keys((await adminController.getPendingAttachments())[0]).length).toBe(6);
expect(Object.keys((await adminController.getPendingAttachments())[0]).length).toBe(7);
});
describe('Pending structures validation', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment