Skip to content

Commit f5a7bc6

Browse files
committed
fix: test cases
1 parent b9d148d commit f5a7bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/notify-send.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('notify-send', function () {
7070
notifier.notify({ message: 'some\n "me\'ss`age`"' });
7171
});
7272

73-
it.only('should only include strings as arguments', function (done) {
73+
it('should only include strings as arguments', function (done) {
7474
var expected = ['"HACKED"', '--expire-time', '"10000"'];
7575

7676
expectArgsListToBe(expected, done);

0 commit comments

Comments
 (0)