mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 20:10:13 +02:00
Tests: fix unit test description (#2619)
This commit is contained in:
parent
dcf913c17e
commit
af66a73225
@ -107,7 +107,7 @@ describe('Image channel extraction', function () {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Non-existant channel', function (done) {
|
it('Non-existent channel', function (done) {
|
||||||
sharp(fixtures.inputPng)
|
sharp(fixtures.inputPng)
|
||||||
.extractChannel(1)
|
.extractChannel(1)
|
||||||
.toBuffer(function (err) {
|
.toBuffer(function (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user