Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
user1823 authored Dec 28, 2024
1 parent bc91f31 commit f2463c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rslib/src/scheduler/fsrs/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,8 @@ pub(crate) mod tests {

#[test]
fn card_reset_drops_all_previous_history() {
// If Reset comes in between two Learn entries, only the ones after the Reset are used.
// If Reset comes in between two Learn entries, only the ones after the Reset
// are used.
assert_eq!(
convert(
&[
Expand Down Expand Up @@ -580,7 +581,8 @@ pub(crate) mod tests {
),
None,
);
// If non-learning user-graded entries are found after Reset, return None during training but return the remaining entries during memory state calculation.
// If non-learning user-graded entries are found after Reset, return None during
// training but return the remaining entries during memory state calculation.
assert_eq!(
convert(
&[
Expand Down

0 comments on commit f2463c5

Please sign in to comment.