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