Skip to content

Commit

Permalink
Test: Added missing newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Sep 7, 2015
1 parent a0f04db commit 66d6331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unexpected-sinon.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@ describe('unexpected-sinon', function () {
"\n" +
"invocations(\n" +
" stub() at theFunction (theFileName:xx:yy),\n" +
" stub() at theFunction (theFileName:xx:yy) // expected: threw { name: 'Error' }\n" + " // expected TypeError() to satisfy { name: 'Error' }\n" +
" stub() at theFunction (theFileName:xx:yy) // expected: threw { name: 'Error' }\n" +
" // expected TypeError() to satisfy { name: 'Error' }\n" +
" //\n" +
" // {\n" +
" // message: '',\n" +
Expand Down

0 comments on commit 66d6331

Please sign in to comment.