style: fix linting issues met Prettier
This commit is contained in:
parent
2796438f45
commit
15635cfc5a
3 changed files with 3 additions and 3 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue