Skip to content

Commit

Permalink
fix: Update OverflowedContent test
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Jan 9, 2025
1 parent 245d024 commit 066c1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/src/overflowed_content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ mod test {
utils.wait_for_update().await;
utils.wait_for_update().await;
utils.wait_for_update().await;
assert!(label.layout().unwrap().area.min_x() < -0.);
assert_ne!(label.layout().unwrap().area.min_x(), 50.);
}
}

0 comments on commit 066c1ea

Please sign in to comment.