style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-04 12:19:43 +00:00
parent 2796438f45
commit 15635cfc5a
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ describe("AssignmentController Tests", () => {
let controller: AssignmentController;
beforeEach(() => {
controller = new AssignmentController( 'X2J9QT'); // Example class ID (class01)
controller = new AssignmentController("X2J9QT"); // Example class ID (class01)
});
it("should fetch all assignments", async () => {