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({
|
reconfigureServer({
|
||||||
push: { adapter: pushAdapter }
|
push: { adapter: pushAdapter }
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
pushController.sendPush(payload, where, config, auth)
|
return pushController.sendPush(payload, where, config, auth)
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
done();
|
done();
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user