From 190097e1be56604b5c0f4bf417008d3f9929731b Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Mon, 4 Aug 2025 19:42:13 +0100 Subject: [PATCH] ./check --- rslib/src/stats/today.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rslib/src/stats/today.rs b/rslib/src/stats/today.rs index 7f508aa31..fb250336a 100644 --- a/rslib/src/stats/today.rs +++ b/rslib/src/stats/today.rs @@ -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)" ); } -} \ No newline at end of file +}