Merge remote-tracking branch 'origin/dev' into fix/testdata-niet-meer-correct-opgezet

This commit is contained in:
Gabriellvl 2025-05-16 12:45:34 +02:00
commit 68ad47a163
7 changed files with 67 additions and 15 deletions

View file

@ -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);
});
});