olmps / memo

Memo is an open-source, programming-oriented spaced repetition software (SRS) written in Flutter.
BSD 3-Clause "New" or "Revised" License
1.82k stars 158 forks source link

Fixes assertions awaits #277

Closed ggirotto closed 2 years ago

ggirotto commented 2 years ago

Fixes missing assert.reject awaits, which was causing false-positive when running tests scripts

ggirotto commented 2 years ago

these aren't mocks per-se, I would say fakes are a better naming for such variables.

Agreed. Renamed.