Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 2b5472b

Browse files
committed
Fix expect on content-type header test
1 parent 86bc4fb commit 2b5472b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/request-api.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('ipfsAPI request tests', () => {
5555
}).listen(6001, () => {
5656
ipfsAPI('/ip4/127.0.0.1/tcp/6001')
5757
.config.replace('test/r-config.json', (err) => {
58-
expect(err).to.be.equal(null)
58+
expect(err).to.not.exist
5959
server.close(done)
6060
})
6161
})

0 commit comments

Comments
 (0)