Skip to content

Commit

Permalink
try fix ci (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 authored Mar 28, 2024
1 parent 9f12caf commit edfec20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ fn test_memo_state() {
},
);
card = scheduled_cards.select_card(Rating::Good);
assert_eq!(card.stability, 43.05542);
assert!((card.stability - 43.05542).abs() < f32::EPSILON * 100f32);
assert_eq!(card.difficulty, 7.7609);
}

0 comments on commit edfec20

Please sign in to comment.