-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/npm_and_yarn/follow-redirects-1.15.6
- Loading branch information
Showing
2 changed files
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,6 @@ 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(1); | ||
expect(result).toBeDefined; | ||
}); | ||
|
||
|
@@ -69,7 +68,6 @@ 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(1); | ||
expect(result).toBeDefined; | ||
}); | ||
|
||
|
@@ -87,7 +85,6 @@ describe('Logic Service', () => { | |
expect(loggerSpy).toHaveBeenCalledTimes(1); | ||
expect(loggerSpy).toHaveBeenCalledWith('Successfully sent to [email protected]'); | ||
expect(errorLoggerSpy).toHaveBeenCalledTimes(0); | ||
expect(debugLoggerSpy).toHaveBeenCalledTimes(1); | ||
expect(result).toBeDefined; | ||
}); | ||
|
||
|
@@ -105,7 +102,6 @@ describe('Logic Service', () => { | |
expect(loggerSpy).toHaveBeenCalledTimes(1); | ||
expect(loggerSpy).toHaveBeenCalledWith('Successfully sent to [email protected]'); | ||
expect(errorLoggerSpy).toHaveBeenCalledTimes(0); | ||
expect(debugLoggerSpy).toHaveBeenCalledTimes(1); | ||
expect(result).toBeDefined; | ||
}); | ||
|
||
|
@@ -127,7 +123,6 @@ describe('Logic Service', () => { | |
expect(loggerSpy).toHaveBeenCalledTimes(1); | ||
expect(loggerSpy).toHaveBeenCalledWith('Successfully sent to [email protected]'); | ||
expect(errorLoggerSpy).toHaveBeenCalledTimes(0); | ||
expect(debugLoggerSpy).toHaveBeenCalledTimes(2); | ||
expect(result).toBeDefined; | ||
}); | ||
|
||
|
@@ -163,7 +158,6 @@ 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(1); | ||
}); | ||
|
||
it('should respond with empty network submap no network map is found', async () => { | ||
|
@@ -198,7 +192,6 @@ describe('Logic Service', () => { | |
expect(errorLoggerSpy).toHaveBeenCalledTimes(2); | ||
expect(errorLoggerSpy).toHaveBeenCalledWith('Failed to send to Rule [email protected] with Error: undefined'); | ||
expect(errorLoggerSpy).toHaveBeenCalledWith('Failed to send to Rule [email protected] with Error: undefined'); | ||
expect(debugLoggerSpy).toHaveBeenCalledTimes(1); | ||
}); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters