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)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
use anki_i18n::I18n;
|
use anki_i18n::I18n;
|
||||||
|
|
||||||
use super::studied_today;
|
use super::studied_today;
|
||||||
#[test]
|
#[test]
|
||||||
fn today() {
|
fn today() {
|
||||||
|
|
Loading…
Reference in a new issue