We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92afe39 + a7dc38b commit 6568c42Copy full SHA for 6568c42
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