mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
Rename test
This commit is contained in:
parent
bd9b560a67
commit
538463f39c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue