From 0baa7a7243e710be44950ef2a40bea3233ba6132 Mon Sep 17 00:00:00 2001 From: Yoav Vainrich Date: Fri, 15 Nov 2019 06:53:11 +0200 Subject: [PATCH] Update test/toaster.js Co-Authored-By: Jordan Nielson --- test/toaster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/toaster.js b/test/toaster.js index 9fe899e..41024f8 100644 --- a/test/toaster.js +++ b/test/toaster.js @@ -290,7 +290,7 @@ describe('WindowsToaster', function() { notifier.notify({ title: 'Heya', message: 'foo bar', icon: icon }); }); - it('should build command-line properly', () => { + it('should build command-line argument for actions array properly', () => { utils.fileCommand = function(notifier, argsList, callback) { expect(argsList).toEqual([ '-close',