File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ describe('FCM', () => {
132
132
const requestData = {
133
133
expiration_time : expirationTime ,
134
134
data : {
135
- alert : { body : 'alert' , title : 'title' }
135
+ alert : 'alert' ,
136
136
} ,
137
137
notification : {
138
138
title : 'I am a title' ,
@@ -177,7 +177,7 @@ describe('FCM', () => {
177
177
const requestData = {
178
178
expiration_time : expirationTime ,
179
179
data : {
180
- alert : { body : 'alert' , title : 'title' }
180
+ alert : 'alert' ,
181
181
} ,
182
182
notification : {
183
183
title : 'I am a title' ,
@@ -214,7 +214,7 @@ describe('FCM', () => {
214
214
const requestData = {
215
215
expiration_time : expirationTime ,
216
216
data : {
217
- alert : { body : 'alert' , title : 'title' }
217
+ alert : 'alert' ,
218
218
} ,
219
219
notification : {
220
220
title : 'I am a title' ,
You can’t perform that action at this time.
0 commit comments