From f5a7bc647589fc89ac64b0f1d259a853fcf057bc Mon Sep 17 00:00:00 2001 From: Mikael Brevik Date: Tue, 15 Dec 2020 16:28:53 +0100 Subject: [PATCH] fix: test cases --- test/notify-send.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/notify-send.js b/test/notify-send.js index 0dde938..894e5df 100644 --- a/test/notify-send.js +++ b/test/notify-send.js @@ -70,7 +70,7 @@ describe('notify-send', function () { notifier.notify({ message: 'some\n "me\'ss`age`"' }); }); - it.only('should only include strings as arguments', function (done) { + it('should only include strings as arguments', function (done) { var expected = ['"HACKED"', '--expire-time', '"10000"']; expectArgsListToBe(expected, done);