mirror of
https://github.com/philippdieter/zsh-auto-notify.git
synced 2026-05-05 23:52:47 +00:00
Fix MacOSX notification test
This commit is contained in:
@@ -105,8 +105,8 @@
|
||||
run _auto_notify_send
|
||||
|
||||
assert $state equals 0
|
||||
assert "$lines[1]" same_as "-e display notification \"\"f bar -r\" has completed"
|
||||
assert "$lines[2]" same_as "(Total time: 20 seconds)\" with title \"Command Completed\""
|
||||
assert "$lines[1]" same_as '-e display notification "\"f bar -r\" has completed'
|
||||
assert "$lines[2]" same_as '(Total time: 20 seconds)" with title "Command Completed"'
|
||||
}
|
||||
|
||||
@test 'auto-notify-send sends warning on unsupported platform' {
|
||||
|
||||
Reference in New Issue
Block a user