Skip to content

Commit

Permalink
simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
user1823 committed Jan 13, 2025
1 parent 5d59c94 commit 3c8f852
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rslib/src/scheduler/fsrs/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -720,11 +720,6 @@ pub(crate) mod tests {
revlog(RevlogReviewKind::Review, 6),
];
// L R |
assert_eq!(
convert_ignore_before(revlogs, false, days_ago_ms(4))
.unwrap()
.len(),
0
);
assert_eq!(convert_ignore_before(revlogs, false, days_ago_ms(4)), None);
}
}

0 comments on commit 3c8f852

Please sign in to comment.