Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Jan 9, 2024
1 parent bb6f0d6 commit 786e392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ mod tests {
.add_modifier(Modifier::BOLD),
);
}
(0 | 16..=49, 0) | (0 | 49, 1..=7 | 20..=99) | (0..=49, 7) => {
(0 | 16..=49, 0) | (0 | 49, 1..=6 | 20..=99) | (0..=49, 7) => {
expected
.get_mut(col, row)
.set_style(Style::default().fg(COLOR_YELLOW));
Expand Down

0 comments on commit 786e392

Please sign in to comment.