fix(frontend): Leerpaden voor thema's opvragen in de juiste taal
This commit is contained in:
parent
9e8770cf06
commit
a1c9f37081
4 changed files with 10 additions and 8 deletions
|
@ -15,7 +15,7 @@ describe("Test controller learning paths", () => {
|
|||
});
|
||||
|
||||
it("Can get learning path by id", async () => {
|
||||
const data = await controller.getAllByTheme("kiks");
|
||||
const data = await controller.getAllByThemeAndLanguage("kiks", Language.Dutch);
|
||||
expect(data).to.have.length.greaterThan(0);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue