Skip to content

Commit be1a997

Browse files
adjust test case to also cover push type background
1 parent 557bfd2 commit be1a997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/APNS.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe('APNS', () => {
235235
};
236236
let expirationTime = 1454571491354;
237237
let collapseId = "collapseIdentifier";
238-
let pushType = "alert"
238+
let pushType = "background"
239239
let priority = 5
240240

241241
let notification = APNS._generateNotification(data, { expirationTime: expirationTime, collapseId: collapseId, pushType: pushType, priority: priority });

0 commit comments

Comments
 (0)