mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
./check
This commit is contained in:
parent
02f31791ac
commit
190097e1be
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ impl Collection {
|
|||
#[cfg(test)]
|
||||
mod test {
|
||||
use anki_i18n::I18n;
|
||||
|
||||
use super::studied_today;
|
||||
#[test]
|
||||
fn today() {
|
||||
|
@ -48,4 +49,4 @@ mod test {
|
|||
"Studied 300 cards in 90 minutes today (18s/card)"
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue