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',