From 38448ea40dddf50758bd382e12ff86d0e0ace273 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Mon, 15 Jul 2019 14:49:18 +0100 Subject: [PATCH] Add missing } at the end of test --- tests/test_auto_notify.zunit | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_auto_notify.zunit b/tests/test_auto_notify.zunit index 4d2af57..ba5e34a 100644 --- a/tests/test_auto_notify.zunit +++ b/tests/test_auto_notify.zunit @@ -98,3 +98,4 @@ assert $state equals 0 assert "$lines[1]" same_as "Unknown platform for sending notifications: Hal9000" assert "$lines[2]" same_as "Please post an issue on gitub.com/MichaelAquilina/zsh-auto-notify/issues/" +}