Skip to content

Commit 6568c42

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/eslint/js-9.18.0
2 parents 92afe39 + a7dc38b commit 6568c42

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
@@ -406,7 +406,7 @@ describe('APNS', () => {
406406
expect(updatedTopic).toEqual(topic + '.complication');
407407
});
408408

409-
it('updates topic based on complication pushType', async () => {
409+
it('updates topic based on fileprovider pushType', async () => {
410410
const topic = 'bundleId';
411411
const pushType = 'fileprovider';
412412
const updatedTopic = APNS._determineTopic(topic, pushType);

0 commit comments

Comments
 (0)