fix(frontend): fouten in nieuwe testen opgelost
This commit is contained in:
parent
211ddaed75
commit
37d9130066
2 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue