From f981afeea983f7b78ccc57cda3d90a284304f95e Mon Sep 17 00:00:00 2001 From: sbriat Date: Fri, 27 Oct 2023 14:10:59 +0200 Subject: [PATCH] fix bad test --- .../unit/interface/get-configuration.grpc.controller.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/configuration/tests/unit/interface/get-configuration.grpc.controller.spec.ts b/src/modules/configuration/tests/unit/interface/get-configuration.grpc.controller.spec.ts index e5d4dc1..a55cc2b 100644 --- a/src/modules/configuration/tests/unit/interface/get-configuration.grpc.controller.spec.ts +++ b/src/modules/configuration/tests/unit/interface/get-configuration.grpc.controller.spec.ts @@ -9,7 +9,7 @@ import { Test, TestingModule } from '@nestjs/testing'; const mockQueryBus = { execute: jest .fn() - .mockImplementationOnce(() => '200d61a8-d878-4378-a609-c19ea71633d2') + .mockImplementationOnce(() => '3') .mockImplementationOnce(() => { throw new NotFoundException(); })