fix(frontend): fouten in nieuwe testen opgelost

This commit is contained in:
Gerald Schmittinger 2025-05-14 23:31:43 +02:00
parent 211ddaed75
commit 37d9130066
2 changed files with 2 additions and 3 deletions

View file

@ -21,7 +21,6 @@ describe("Test controller learning paths", () => {
it("Can get all learning paths administrated by a certain user.", async () => {
const data = await controller.getAllByAdminRaw("user");
expect(typeof data).toEqual("array");
expect(data.length).toBe(0); // This user does not administrate any learning paths in the test data.
});
});