Tests: fix unit test description (#2619)

This commit is contained in:
Tobias Nießen 2021-03-13 17:18:40 +01:00 committed by GitHub
parent dcf913c17e
commit af66a73225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {