style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-18 11:41:17 +00:00
parent 1b41163064
commit 57da85e14a
3 changed files with 19 additions and 22 deletions

View file

@ -22,7 +22,6 @@ describe("ClassController Tests", () => {
expect(result.class).toHaveProperty("id", testClassId);
});
it("should fetch students for a class", async () => {
const result = await controller.getStudents(testClassId, true);
expect(result).toHaveProperty("students");