We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a43ec0 commit a7dc38bCopy full SHA for a7dc38b
spec/APNS.spec.js
@@ -406,7 +406,7 @@ describe('APNS', () => {
406
expect(updatedTopic).toEqual(topic + '.complication');
407
});
408
409
- it('updates topic based on complication pushType', async () => {
+ it('updates topic based on fileprovider pushType', async () => {
410
const topic = 'bundleId';
411
const pushType = 'fileprovider';
412
const updatedTopic = APNS._determineTopic(topic, pushType);
0 commit comments