Skip to content

Commit

Permalink
Fix whitespace killed by rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 22, 2017
1 parent d613e45 commit add7dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_tests/__tests__/failures.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ test('works with node assert', () => {
if (Number(process.versions.node.split('.')[0]) >= 9) {
expect(summary).toContain(`
assert.doesNotThrow(function)
Expected the function not to throw an error.
Instead, it threw:
[Error: err!]
Message:
Got unwanted exception.
err!
err!
at __tests__/node_assertion_error.test.js:71:10
`);

Expand Down

0 comments on commit add7dc3

Please sign in to comment.