missing return in test. (#3645)

This commit is contained in:
jeacott1
2017-03-15 23:29:19 +10:30
committed by Florent Vilmart
parent 51b519355a
commit 82e0a59139

View File

@@ -519,7 +519,7 @@ describe('PushController', () => {
reconfigureServer({
push: { adapter: pushAdapter }
}).then(() => {
pushController.sendPush(payload, where, config, auth)
return pushController.sendPush(payload, where, config, auth)
}).then(() => {
done();
}).catch(() => {