style: fix linting issues met Prettier
This commit is contained in:
parent
2796438f45
commit
15635cfc5a
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ import { GroupController } from "../../src/controllers/groups";
|
|||
|
||||
describe("Test controller groups", () => {
|
||||
it("Get groups", async () => {
|
||||
const classId = 'X2J9QT'; // Class01
|
||||
const classId = "X2J9QT"; // Class01
|
||||
const assignmentNumber = 21000;
|
||||
|
||||
const controller = new GroupController(classId, assignmentNumber);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue