Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Fix expect on content-type header test
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Mar 2, 2016
1 parent 86bc4fb commit 2b5472b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/request-api.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('ipfsAPI request tests', () => {
}).listen(6001, () => {
ipfsAPI('/ip4/127.0.0.1/tcp/6001')
.config.replace('test/r-config.json', (err) => {
expect(err).to.be.equal(null)
expect(err).to.not.exist
server.close(done)
})
})
Expand Down

0 comments on commit 2b5472b

Please sign in to comment.