Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosif Yosifov committed Apr 12, 2017
1 parent e4ba4c0 commit 7be0a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/platform-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ describe('Platform Service Tests', () => {
let createdItems = await testPreparePlatform("iOS");

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

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

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

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

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

Expand Down

0 comments on commit 7be0a81

Please sign in to comment.