Skip to content

Commit 5f8f975

Browse files
committed
lint
1 parent b092680 commit 5f8f975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ describe('Client', () => {
353353
expect(infoMessagesContainsPing).to.be.true;
354354
expect(errorMessages).to.be.empty;
355355
});
356-
356+
357357
// https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/handling_notification_responses_from_apns
358358
it('JSON decodes HTTP 400 responses', async () => {
359359
let didRequest = false;

0 commit comments

Comments
 (0)