diff --git a/spec/APNS.spec.js b/spec/APNS.spec.js index 781f859..ef686af 100644 --- a/spec/APNS.spec.js +++ b/spec/APNS.spec.js @@ -406,7 +406,7 @@ describe('APNS', () => { expect(updatedTopic).toEqual(topic + '.complication'); }); - it('updates topic based on complication pushType', async () => { + it('updates topic based on fileprovider pushType', async () => { const topic = 'bundleId'; const pushType = 'fileprovider'; const updatedTopic = APNS._determineTopic(topic, pushType);