Skip to content

Commit

Permalink
Tests: fix unit test description (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored Mar 13, 2021
1 parent dcf913c commit af66a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/extractChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('Image channel extraction', function () {
});
});

it('Non-existant channel', function (done) {
it('Non-existent channel', function (done) {
sharp(fixtures.inputPng)
.extractChannel(1)
.toBuffer(function (err) {
Expand Down

0 comments on commit af66a73

Please sign in to comment.