Skip to content

Commit

Permalink
Updated tests for layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEmeraldBee committed Oct 27, 2024
1 parent 2edac29 commit bfd2945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ mod test {
(%50)
][1][1];

let popup_test = Rect::new(26, 125, 204, 3);
let popup_test = Rect::new(100, 497, 800, 3);

assert_eq!(popup, popup_test);
}
Expand Down

0 comments on commit bfd2945

Please sign in to comment.