Skip to content

Commit

Permalink
Fix test after prettier reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 22, 2021
1 parent 924fee4 commit 3b94b4a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/unexpectedMitm.js
Expand Up @@ -1615,12 +1615,9 @@ describe('unexpectedMitm', () => {
'to equal',
'expected\n' +
'() =>\n' +
' expect(\n' +
" 'http://www.google.com/foo',\n" +
" 'to yield response',\n" +
' 200\n' +
' ).then(() =>\n' +
" expect('http://www.google.com/foo', 'to yield response', 200)\n" +
" expect('http://www.google.com/foo', 'to yield response', 200).then(\n" +
' () =>\n' +
" expect('http://www.google.com/foo', 'to yield response', 200)\n" +
' )\n' +
'with http mocked out [] not to error\n' +
'\n' +
Expand Down

0 comments on commit 3b94b4a

Please sign in to comment.