Skip to content

Commit 19c019b

Browse files
committed
test: update crossfade re-go detection assertion
1 parent 80db04c commit 19c019b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fn test_crossfade_state_logic() {
8888
// Verify Re-Go detection
8989
assert_eq!(
9090
resolve_crossfade_direction(Some(10.0), 10.0, CrossfadeState::Inactive),
91-
Some(CrossfadeState::Go)
91+
None
9292
);
9393
// Verify No-Change if active
9494
assert_eq!(

0 commit comments

Comments
 (0)