Skip to content

Commit 8607ff2

Browse files
committed
Tests: remove extraneous use of toColourspace
1 parent cd337e4 commit 8607ff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/extractChannel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ describe('Image channel extraction', function () {
8282
const output = fixtures.path('output.extract-alpha-2-channel.png');
8383
sharp(fixtures.inputPngWithGreyAlpha)
8484
.extractChannel('alpha')
85-
.toColourspace('b-w')
8685
.toFile(output, function (err, info) {
8786
if (err) throw err;
8887
assert.strictEqual(1, info.channels);

0 commit comments

Comments
 (0)