Skip to content

Commit

Permalink
feat(cb2-10907): removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Searle committed Mar 12, 2024
1 parent 0fdc57e commit 8dee0ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/updateTestResults.unitTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ describe('updateTestResults', () => {
msUserDetails,
)
.catch((errorResponse: { statusCode: any; body: any }) => {
console.log(errorResponse);
expect(errorResponse).toBeInstanceOf(HTTPError);
expect(errorResponse.statusCode).toBe(400);
expect(errorResponse.body).toEqual({
Expand Down

0 comments on commit 8dee0ae

Please sign in to comment.