From 82e0a59139fb7c23254380b8b36f9b98ab3673d5 Mon Sep 17 00:00:00 2001 From: jeacott1 Date: Wed, 15 Mar 2017 23:29:19 +1030 Subject: [PATCH] missing return in test. (#3645) --- spec/PushController.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/PushController.spec.js b/spec/PushController.spec.js index d31e82fb..e0f51e6f 100644 --- a/spec/PushController.spec.js +++ b/spec/PushController.spec.js @@ -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(() => {