refactor: verander getters frontend naar hardcoded
This commit is contained in:
parent
ac4ece29c7
commit
16a11d4268
3 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
import { describe, expect, it } from "vitest";
|
||||
import { GroupController } from "../../src/controllers/groups";
|
||||
import {getClass01} from "@dwengo-1/backend/tests/test_assets/classes/classes.testdata";
|
||||
|
||||
describe("Test controller groups", () => {
|
||||
it("Get groups", async () => {
|
||||
const classId = getClass01().classId;
|
||||
const classId = 'X2J9QT'; // class01
|
||||
const assignmentNumber = 21000;
|
||||
|
||||
const controller = new GroupController(classId, assignmentNumber);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue