fix(api): apply feedback

This commit is contained in:
yassinedorbozgithub 2025-06-16 08:56:29 +01:00
parent 99b0d88a82
commit 6c2826d37f

View File

@ -60,7 +60,6 @@ describe('NlpSampleEntityService', () => {
nlpSampleEntityRepository, nlpSampleEntityRepository,
nlpEntityRepository, nlpEntityRepository,
languageRepository, languageRepository,
nlpSampleEntityService,
nlpEntityService, nlpEntityService,
nlpValueService, nlpValueService,
] = await getMocks([ ] = await getMocks([
@ -68,7 +67,6 @@ describe('NlpSampleEntityService', () => {
NlpSampleEntityRepository, NlpSampleEntityRepository,
NlpEntityRepository, NlpEntityRepository,
LanguageRepository, LanguageRepository,
NlpSampleEntityService,
NlpEntityService, NlpEntityService,
NlpValueService, NlpValueService,
]); ]);