Skip to content

Commit a7dc38b

Browse files
authored
test: Correctly name fileprovider test (#358)
1 parent 9a43ec0 commit a7dc38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/APNS.spec.js

+1-1
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)