Skip to content

Commit

Permalink
fix: test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Dec 15, 2020
1 parent b9d148d commit f5a7bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/notify-send.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f5a7bc6

Please sign in to comment.