Skip to content

Commit

Permalink
test: return call number to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cshezi committed Jan 9, 2024
1 parent 2457f87 commit 3b5d3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/unit/logic.service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('Logic Service', () => {
expect(loggerSpy).toHaveBeenCalledWith('Successfully sent to [email protected]');
expect(loggerSpy).toHaveBeenCalledWith('Successfully sent to [email protected]');
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 () => {
Expand Down

0 comments on commit 3b5d3b5

Please sign in to comment.