missing return in test. (#3645)
This commit is contained in:
committed by
Florent Vilmart
parent
51b519355a
commit
82e0a59139
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user