Rename test

This commit is contained in:
Daniel Pechersky 2025-10-25 10:22:04 -07:00
parent bd9b560a67
commit 538463f39c
No known key found for this signature in database

View file

@ -679,7 +679,7 @@ mod tests {
use super::*; use super::*;
#[test] #[test]
fn no_req_clears_fsrs_params() -> Result<()> { fn no_req_clears_fsrs_data() -> Result<()> {
let mut col = Collection::new(); let mut col = Collection::new();
let nt = col.get_notetype_by_name("Basic")?.unwrap(); let nt = col.get_notetype_by_name("Basic")?.unwrap();
let mut note1 = nt.new_note(); let mut note1 = nt.new_note();