mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 21:27:19 +02:00
fix: Make tests pass 🐛
This commit is contained in:
parent
a3164b5990
commit
9bd275fdbe
1 changed files with 1 additions and 1 deletions
|
@ -4318,7 +4318,7 @@ mod tests {
|
||||||
|
|
||||||
let mut expected1 = Buffer::with_lines(vec![
|
let mut expected1 = Buffer::with_lines(vec![
|
||||||
"Modify Task 10 ",
|
"Modify Task 10 ",
|
||||||
"based on your .taskrc ",
|
" based on your .taskrc ",
|
||||||
" ",
|
" ",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue