zeeguu / api

API for tracking a learner's progress when reading materials in a foreign language and recommending further personalized exercises and readings.
https://zeeguu.org
MIT License
8 stars 23 forks source link

Fix failing tests after change in Bookmarks #182

Closed tfnribeiro closed 2 months ago

tfnribeiro commented 2 months ago

When adding the consecutive_answers to the bookmarks we can run into exceptions if the bookmark as not been scheduled yet. In these cases, the value should be set to Null and this should fix the tests failing in the API.

tfnribeiro commented 2 months ago

Not sure why tests are failing?

image