From 6c2826d37f3ee81c81d3cf99d428f29bf1640fb6 Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Mon, 16 Jun 2025 08:56:29 +0100 Subject: [PATCH] fix(api): apply feedback --- api/src/nlp/services/nlp-sample-entity.service.spec.ts | 2 -- 1 file changed, 2 deletions(-) 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, ]);