File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ describe('Platform Service Tests', () => {
495
495
let createdItems = await testPreparePlatform ( "iOS" ) ;
496
496
497
497
const expectedFileContent = "updated-content-ios" ;
498
- updateFile ( createdItems . files , "test1.ios.js" , expectedFileContent ) ;
498
+ updateFile ( createdItems . files , "test1.ios.js" , expectedFileContent ) ;
499
499
500
500
await execPreparePlatform ( "iOS" , createdItems . testDirData ) ;
501
501
@@ -506,7 +506,7 @@ describe('Platform Service Tests', () => {
506
506
let createdItems = await testPreparePlatform ( "Android" ) ;
507
507
508
508
const expectedFileContent = "updated-content-android" ;
509
- updateFile ( createdItems . files , "test2.android.js" , expectedFileContent ) ;
509
+ updateFile ( createdItems . files , "test2.android.js" , expectedFileContent ) ;
510
510
511
511
await execPreparePlatform ( "Android" , createdItems . testDirData ) ;
512
512
You can’t perform that action at this time.
0 commit comments