Notify app-name=zsh

This commit is contained in:
Avi Dessauer 2019-09-05 18:20:22 -04:00
parent 8ab1d0d8d2
commit 68fed1af8b
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@
assert "$lines[1]" same_as 'Notification Title: "f bar -r" Completed'
assert "$lines[2]" same_as "Notification Body: Total time: 20 seconds"
assert "$lines[3]" same_as "Exit code: 0"
assert "$lines[4]" same_as "--urgency=normal --expire-time=15000"
assert "$lines[4]" same_as "--app-name=zsh --urgency=normal --expire-time=15000"
}
@test 'auto-notify-send sends notification on macOS' {