Skip to content

Commit

Permalink
add mock content
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Dec 21, 2024
1 parent 8ac69ff commit 4ddd40f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions frontends/rioterm/src/context/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -991,15 +991,15 @@ pub mod test {

assert_eq!(context_dimension.columns, 66);
assert_eq!(context_dimension.lines, 88);
// let rich_text_id = 1;
// let route_id = 0;
// let context = create_mock_context(
// VoidListener {},
// WindowId::from(0),
// route_id,
// rich_text_id,
// context_dimension,
// );
let rich_text_id = 1;
let route_id = 0;
let context = create_mock_context(
VoidListener {},
WindowId::from(0),
route_id,
rich_text_id,
context_dimension,
);
// let context_width = context.dimension.width;
// let context_height = context.dimension.height;
// let context_margin = context.dimension.margin;
Expand Down

0 comments on commit 4ddd40f

Please sign in to comment.