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

Commit

Permalink
fix: update asserted error message
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
alanshaw authored and daviddias committed May 20, 2018
1 parent 3240d79 commit 17c1f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/get.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('.get (specific go-ipfs features)', function () {
'compression-level': 10
}, (err, files) => {
expect(err).to.exist()
expect(err.toString()).to.equal('Error: Compression level must be between 1 and 9')
expect(err.toString()).to.equal('Error: compression level must be between 1 and 9')
done()
})
})
Expand Down

0 comments on commit 17c1f1c

Please sign in to comment.