fix: typ fout in test

This commit is contained in:
Gabriellvl 2025-04-07 16:46:57 +02:00
parent 5cea6929f9
commit 399986f263

View file

@ -34,7 +34,7 @@ describe('Questions controllers', () => {
const result = jsonMock.mock.lastCall?.[0];
// Console.log(result.answers);
expect(result.questions).to.have.length.greaterThan(1);
expect(result.answers).to.have.length.greaterThan(1);
});
it('Get answer', async () => {