Skip to content

Commit

Permalink
Improve notebooks-delete.bats prompt test.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jan 27, 2022
1 parent a7d1dab commit 4c29681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/notebooks-delete.bats
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _setup_notebooks() {

[[ ${status} -eq 0 ]]

[[ "${output}" =~ Deleting\ .*one.*\:|Moving\ to\ Trash:\ .*one.* ]]
[[ "${output}" =~ Deleting\ .*one.*\.|Moving\ to\ Trash:\ .*one.* ]]
[[ "${output}" =~ Exiting.*\.\.\. ]]


Expand Down

0 comments on commit 4c29681

Please sign in to comment.