Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Mar 23, 2018
1 parent 32e22d3 commit 012cba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/spawn-options.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ describe('Spawn options', function () {
}, (err, ipfsd) => {
expect(err).to.not.exist()
ipfsd.getConfig('Addresses.Swarm', (err, config) => {
expect(err).to.not.exist()
if (fOpts.type !== 'proc') {
config = JSON.parse(config)
}
Expand Down

0 comments on commit 012cba3

Please sign in to comment.