From 3b5d3b52231c7141e6a20f2e39146e05cb277773 Mon Sep 17 00:00:00 2001 From: cshezi Date: Tue, 9 Jan 2024 09:40:16 +0200 Subject: [PATCH] test: return call number to 1 --- __tests__/unit/logic.service.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/unit/logic.service.test.ts b/__tests__/unit/logic.service.test.ts index 5d35e8e8..0a11c8dc 100644 --- a/__tests__/unit/logic.service.test.ts +++ b/__tests__/unit/logic.service.test.ts @@ -163,7 +163,7 @@ describe('Logic Service', () => { expect(loggerSpy).toHaveBeenCalledWith('Successfully sent to 003@1.0'); expect(loggerSpy).toHaveBeenCalledWith('Successfully sent to 028@1.0'); expect(errorLoggerSpy).toHaveBeenCalledTimes(0); - expect(debugLoggerSpy).toHaveBeenCalledTimes(2); + expect(debugLoggerSpy).toHaveBeenCalledTimes(1); }); it('should respond with empty network submap no network map is found', async () => {