Skip to content

Commit

Permalink
Update selector titles in todo-delete.bats.
Browse files Browse the repository at this point in the history
refs gh-342
  • Loading branch information
xwmx committed Oct 11, 2024
1 parent 7d239c3 commit 779de07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/todo-delete.bats
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ load test_helper
[[ -e "${NB_DIR}/home/Example Folder/Example File.todo.md" ]]
}

run "${_NB}" delete "home:Example Folder/Example Title" --force
run "${_NB}" delete "home:Example Folder/Example todo description." --force

printf "\${status}: '%s'\\n" "${status}"
printf "\${output}: '%s'\\n" "${output}"
Expand Down Expand Up @@ -330,7 +330,7 @@ load test_helper
[[ -e "${NB_DIR}/home/Example Folder/Sample Folder/Example File.todo.md" ]]
}

run "${_NB}" delete "home:Example Folder/Sample Folder/Example Title" --force
run "${_NB}" delete "home:Example Folder/Sample Folder/Example todo description." --force

printf "\${status}: '%s'\\n" "${status}"
printf "\${output}: '%s'\\n" "${output}"
Expand Down

0 comments on commit 779de07

Please sign in to comment.