diff --git a/api/src/nlp/services/nlp-sample-entity.service.spec.ts b/api/src/nlp/services/nlp-sample-entity.service.spec.ts index 27a9cea7..63343ff3 100644 --- a/api/src/nlp/services/nlp-sample-entity.service.spec.ts +++ b/api/src/nlp/services/nlp-sample-entity.service.spec.ts @@ -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, ]);