fix: update unit test message

This commit is contained in:
yassinedorbozgithub 2025-05-06 15:42:59 +01:00
parent c1c92475a3
commit 8166d60358

View File

@ -148,7 +148,7 @@ describe('BaseRepository', () => {
});
});
it('should updated and flatten by id and return one dummy data', async () => {
it('should update and flatten by id and return one dummy data', async () => {
jest.spyOn(dummyModel, 'findOneAndUpdate');
const result = await dummyRepository.updateOne(
createdId,