mirror of
https://github.com/ankitects/anki.git
synced 2026-01-05 18:13:56 -05:00
Update test
This commit is contained in:
parent
80b0c7b7a8
commit
413ebb59b5
1 changed files with 1 additions and 1 deletions
|
|
@ -686,7 +686,7 @@ mod test {
|
|||
col.answer_easy();
|
||||
|
||||
let timing = col.timing_today()?;
|
||||
let sql_func = ReviewOrderSubclause::RelativeOverdueness { timing }
|
||||
let sql_func = ReviewOrderSubclause::RelativeOverdueness { fsrs: true, timing }
|
||||
.to_string()
|
||||
.replace(" asc", "");
|
||||
let sql = format!("select {sql_func} from cards");
|
||||
|
|
|
|||
Loading…
Reference in a new issue