From 1a022b8f68b9fd4c6adb05b5703b19134839ce5c Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Wed, 17 Jul 2019 14:06:56 +0100 Subject: [PATCH] Fix MacOSX notification test --- tests/test_auto_notify.zunit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_auto_notify.zunit b/tests/test_auto_notify.zunit index f461e2d..d0c3891 100644 --- a/tests/test_auto_notify.zunit +++ b/tests/test_auto_notify.zunit @@ -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' {