mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Update tests
This commit is contained in:
parent
c60d31ae0f
commit
eb37ed367b
1 changed files with 2 additions and 2 deletions
|
@ -2737,6 +2737,8 @@ mod tests {
|
||||||
|
|
||||||
let mut expected = Buffer::with_lines(vec![
|
let mut expected = Buffer::with_lines(vec![
|
||||||
"╭Help──────────────────────────────────╮",
|
"╭Help──────────────────────────────────╮",
|
||||||
|
"│# Default Keybindings │",
|
||||||
|
"│ │",
|
||||||
"│Keybindings: │",
|
"│Keybindings: │",
|
||||||
"│ │",
|
"│ │",
|
||||||
"│ Esc: │",
|
"│ Esc: │",
|
||||||
|
@ -2745,8 +2747,6 @@ mod tests {
|
||||||
"│ │",
|
"│ │",
|
||||||
"│ [: Previous view │",
|
"│ [: Previous view │",
|
||||||
"│ │",
|
"│ │",
|
||||||
"│ │",
|
|
||||||
"│Keybindings for task report: │",
|
|
||||||
"╰──────────────────────────────────────╯",
|
"╰──────────────────────────────────────╯",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue