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 @@ import { Language } from "../../src/data-objects/language";
|
|||
describe("Test controller submissions", () => {
|
||||
it("Get submission by number", async () => {
|
||||
const hruid = "id03";
|
||||
const classId = 'X2J9QT'; // Class01
|
||||
const classId = "X2J9QT"; // Class01
|
||||
const controller = new SubmissionController(hruid);
|
||||
|
||||
const data = await controller.getByNumber(Language.English, 1, classId, 1, 1, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue