feat: normalize and validate component model structure
This commit is contained in:
@@ -152,9 +152,3 @@ describe('CustomFieldsService', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
expect(prisma.customField.findFirst).toHaveBeenCalledWith({
|
||||
where: {
|
||||
name: 'Température maximale',
|
||||
typeMachineId: 'type-1',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user