Skip to content

Commit

Permalink
chore: 🤖 add another assertion for the reverse bounce mode test
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Apr 8, 2024
1 parent 9515108 commit 5a9f577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotlottie-rs/tests/play_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ mod play_mode_tests {
);

assert!(player.is_playing(), "Animation should be playing");
assert!(!player.is_complete(), "Animation should not be complete");

let mut rendered_frames: Vec<f32> = vec![];

Expand Down

0 comments on commit 5a9f577

Please sign in to comment.