You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(spyInfo).toHaveBeenCalledWith('parse-server-push-adapter FCM','sending push to 1 devices');
237
260
expect(spyError).toHaveBeenCalledTimes(2);
238
-
expect(spyError.calls.all()[0].args).toEqual(['parse-server-push-adapter FCM','error sending push: firebase client did not handle exception: Error: test error']);
239
-
expect(spyError.calls.all()[1].args).toEqual(['parse-server-push-adapter FCM','error sending push: Error: test error']);
261
+
expect(spyError.calls.all()[0].args).toEqual(['parse-server-push-adapter FCM','error sending push: firebase client exception: Error: test error']);
262
+
expect(spyError.calls.all()[1].args).toEqual(['parse-server-push-adapter FCM','error sending push: ParseError: -1 Error: test error']);
0 commit comments