From 22b2c61ed18514b4002acc626d7f19aa7cb2e34c Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Fri, 2 Jun 2023 14:01:43 +0100 Subject: [PATCH] fix: transient test case --- tests/test_auto_notify_send.zunit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_auto_notify_send.zunit b/tests/test_auto_notify_send.zunit index b1e00cf..4748b2b 100644 --- a/tests/test_auto_notify_send.zunit +++ b/tests/test_auto_notify_send.zunit @@ -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 "--app-name=zsh --transient --urgency=normal --expire-time=15000" + assert "$lines[4]" same_as "--app-name=zsh --hint=int:transient:1 --urgency=normal --expire-time=15000" } @test 'auto-notify-send sends notification on macOS' {