Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
miqmago committed Oct 17, 2018
1 parent 3d0decc commit 8948570
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion test/send/sendADM.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import sinon from 'sinon';
import adm from 'node-adm';
import PN from '../../src';
import {
sendOkMethodGCM, testPushSuccess, testPushError, testPushException,
sendOkMethodGCM, testPushSuccess,
testPushError, testPushException,
} from '../util';

const method = 'adm';
Expand Down
3 changes: 2 additions & 1 deletion test/send/sendGCM.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import dirtyChai from 'dirty-chai';
import gcm from 'node-gcm';
import PN from '../../src';
import {
sendOkMethodGCM, testPushSuccess, testPushError, testPushException,
sendOkMethodGCM, testPushSuccess,
testPushError, testPushException,
} from '../util';

const { expect } = chai;
Expand Down
3 changes: 2 additions & 1 deletion test/send/sendWNS-accessToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import sinon from 'sinon';
import wns from 'wns';
import PN from '../../src';
import {
sendOkMethodGCM, testPushSuccess, testPushError, testPushException,
sendOkMethodGCM, testPushSuccess,
testPushError, testPushException,
} from '../util';

const method = 'wns';
Expand Down
3 changes: 2 additions & 1 deletion test/send/sendWNS.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import sinon from 'sinon';
import wns from 'wns';
import PN from '../../src';
import {
sendOkMethodGCM, testPushSuccess, testPushError, testPushException,
sendOkMethodGCM, testPushSuccess,
testPushError, testPushException,
} from '../util';

const method = 'wns';
Expand Down

0 comments on commit 8948570

Please sign in to comment.