Skip to content

Commit

Permalink
Update test/toaster.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Jordan Nielson <jnielson94@gmail.com>
  • Loading branch information
yoavain and jnielson94 committed Nov 15, 2019
1 parent 9ec66c5 commit 0baa7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/toaster.js
Expand Up @@ -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',
Expand Down

0 comments on commit 0baa7a7

Please sign in to comment.