Skip to content

Commit

Permalink
test(fixtures): update to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Mar 7, 2016
1 parent d81d8de commit 5498adf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/fixtures/hello.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const data = {
body: {
response: '',
responseText: '',
responseType: 'text',
status: 200,
statusText: 'OK'
},
headers: {
'content-type': 'type/text',
'content-length': 1234
expires: 0,
data: {
body: {
response: '',
responseText: '',
responseType: 'text',
status: 200,
statusText: 'OK'
},
headers: 'content-type: type/text\ncontent-length: 1234'
}
}

Expand Down

0 comments on commit 5498adf

Please sign in to comment.