Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Jan 10, 2025
1 parent 9898913 commit 08ebc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ mod tests {
fn dummy_positioner() -> PositionerState {
PositionerState {
rect_size: (10, 10).into(),
anchor_rect: Rectangle::from_size((10, 10)),
anchor_rect: Rectangle::from_size((10, 10).into()),
anchor_edges: xdg_positioner::Anchor::TopLeft,
gravity: Gravity::BottomRight,
constraint_adjustment: ConstraintAdjustment::None,
Expand Down

0 comments on commit 08ebc75

Please sign in to comment.