diff --git a/test/image.test.js b/test/image.test.js index c5a2a988d8..787619abd5 100644 --- a/test/image.test.js +++ b/test/image.test.js @@ -101,7 +101,7 @@ describe('mapnik.Image ', function() { }); }); - it('should support compositing', function() { + it('should support setting the alpha channel based on the amount of gray', function() { var gray = new mapnik.Image(256, 256); gray.background = new mapnik.Color('white'); gray.setGrayScaleToAlpha();