mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -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();
|
col.answer_easy();
|
||||||
|
|
||||||
let timing = col.timing_today()?;
|
let timing = col.timing_today()?;
|
||||||
let sql_func = ReviewOrderSubclause::RelativeOverdueness { timing }
|
let sql_func = ReviewOrderSubclause::RelativeOverdueness { fsrs: true, timing }
|
||||||
.to_string()
|
.to_string()
|
||||||
.replace(" asc", "");
|
.replace(" asc", "");
|
||||||
let sql = format!("select {sql_func} from cards");
|
let sql = format!("select {sql_func} from cards");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue