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

Commit 17c1f1c

Browse files
alanshawdaviddias
authored andcommitted
fix: update asserted error message
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent 3240d79 commit 17c1f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/get.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('.get (specific go-ipfs features)', function () {
7272
'compression-level': 10
7373
}, (err, files) => {
7474
expect(err).to.exist()
75-
expect(err.toString()).to.equal('Error: Compression level must be between 1 and 9')
75+
expect(err.toString()).to.equal('Error: compression level must be between 1 and 9')
7676
done()
7777
})
7878
})

0 commit comments

Comments
 (0)