Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur committed Jan 16, 2025
1 parent 794b4ab commit 3cc17be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masonry/src/widget/tests/status_change.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ fn update_hovered_on_mouse_leave() {

let button_rec = Recording::default();

let widget = Button::new("hello").with_id(button_id).record(&button_rec);
let widget = Button::new("hello").record(&button_rec).with_id(button_id);

let mut harness = TestHarness::create(widget);

Expand Down

0 comments on commit 3cc17be

Please sign in to comment.