diff --git a/Sprint-3/todo-list/todos.test.mjs b/Sprint-3/todo-list/todos.test.mjs index bae7ae491..9a89499b1 100644 --- a/Sprint-3/todo-list/todos.test.mjs +++ b/Sprint-3/todo-list/todos.test.mjs @@ -128,5 +128,4 @@ describe("toggleCompletedOnTask()", () => { Todos.toggleCompletedOnTask(todos, -1); expect(todos).toEqual(todosBeforeToggle); }); -}); - +}); \ No newline at end of file