Compare commits
2 commits
adb8a00c1f
...
19e7bf6c7f
Author | SHA1 | Date | |
---|---|---|---|
19e7bf6c7f | |||
7c9411b4e2 |
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ describe('randomBunny', () => {
|
|||
expect(result.Error!.Code).toBe(ErrorCode.NoImageResultsFound);
|
||||
expect(result.Error!.Message).toBe(ErrorMessages.NoImageResultsFound);
|
||||
|
||||
expect(fetchMock).toBeCalledWith('https://reddit.com/r/rabbits/new.json?limit=100');
|
||||
expect(fetchMock).toHaveBeenCalledWith('https://reddit.com/r/rabbits/new.json?limit=100');
|
||||
});
|
||||
|
||||
test('GIVEN randomSelect does NOT find a valid response, EXPECT failure result', async () => {
|
||||
|
|
Loading…
Reference in a new issue