Skip to content

Commit

Permalink
rollback space removal in src/core/public/legacy/legacy_service.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Aug 5, 2020
1 parent 83e9017 commit 8624390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/public/legacy/legacy_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ describe('#stop()', () => {
legacyPlatform.stop();
expect(targetDomElement).toMatchInlineSnapshot(`
<div>
<h1>
this should not be removed
</h1>
</div>
`);
});
Expand Down

0 comments on commit 8624390

Please sign in to comment.