diff --git a/src/controller/tests/assignmentProblems.controller.test.ts b/src/controller/tests/assignmentProblems.controller.test.ts index 560d322a..612e1825 100644 --- a/src/controller/tests/assignmentProblems.controller.test.ts +++ b/src/controller/tests/assignmentProblems.controller.test.ts @@ -65,6 +65,7 @@ describe('AssignmentProblemController', () => { fail('Expected test to throw') } catch { expect(next).toBeCalledWith(expectedError) +fail('Example of failing test, with poor formatting that should be fixed') } }) })