Skip to content

Commit

Permalink
test(Fix e2e Test): Fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Habenicht authored and Daniel Habenicht committed Aug 6, 2018
1 parent b5dc1c0 commit d03297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('workspace-project App', () => {
// for a larger file you might want to do calculate the file's MD5
// hash and see if it matches what you expect.
expect(fs.readFileSync(absFilePath, { encoding: 'utf8' })).toEqual(
`BEGIN:VCARD\nVERSION:4.0\nN:Doe;John;;;\nFN:John Doe\nEND:VCARD\n`
`BEGIN:VCARD\nVERSION:4.0\nFN:John Doe\nN:Doe;John;;;\nEND:VCARD\n`
);
});
});
Expand Down

0 comments on commit d03297a

Please sign in to comment.