Skip to content

Commit 98c3b3c

Browse files
author
Yosif Yosifov
committed
fix lint errors
1 parent 9eecc1b commit 98c3b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/platform-service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ describe('Platform Service Tests', () => {
495495
let createdItems = await testPreparePlatform("iOS");
496496

497497
const expectedFileContent = "updated-content-ios";
498-
updateFile(createdItems.files, "test1.ios.js", expectedFileContent);
498+
updateFile(createdItems.files, "test1.ios.js", expectedFileContent);
499499

500500
await execPreparePlatform("iOS", createdItems.testDirData);
501501

@@ -506,7 +506,7 @@ describe('Platform Service Tests', () => {
506506
let createdItems = await testPreparePlatform("Android");
507507

508508
const expectedFileContent = "updated-content-android";
509-
updateFile(createdItems.files, "test2.android.js", expectedFileContent);
509+
updateFile(createdItems.files, "test2.android.js", expectedFileContent);
510510

511511
await execPreparePlatform("Android", createdItems.testDirData);
512512

0 commit comments

Comments
 (0)