Skip to content

Commit f6d921e

Browse files
committed
nit
1 parent 06662df commit f6d921e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/ParsePushAdapter.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,13 +455,13 @@ describe('ParsePushAdapter', () => {
455455
appIdentifier: 'osxbundleId'
456456
},
457457
{
458-
deviceType: 'watchos',
459-
deviceToken: '8f72a1baa92a2febd9a254cbd6584f750c70b2350af5fc9052d1d12584b738e6',
458+
deviceType: 'tvos',
459+
deviceToken: '3e72a1baa92a2febd9a254cbd6584f750c70b2350af5fc9052d1d12584b738e6',
460460
appIdentifier: 'iosbundleId' // ios and tvos share the same bundleid
461461
},
462462
{
463463
deviceType: 'watchos',
464-
deviceToken: '3e72a1baa92a2febd9a254cbd6584f750c70b2350af5fc9052d1d12584b738e6',
464+
deviceToken: '8f72a1baa92a2febd9a254cbd6584f750c70b2350af5fc9052d1d12584b738e6',
465465
appIdentifier: 'iosbundleId' // ios and watchos share the same bundleid
466466
},
467467
{

0 commit comments

Comments
 (0)