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

Commit bf25296

Browse files
committed
chore: fix lint
1 parent 0409e3a commit bf25296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mfs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = (common) => {
2626
expect(err).to.not.exist()
2727
ipfs = node
2828
node.id((err, id) => {
29+
expect(err).to.not.exist()
2930
withGo = id.agentVersion.startsWith('go-ipfs')
3031
done()
3132
})

0 commit comments

Comments
 (0)