Skip to content

Commit

Permalink
fix test name - refs mapnik/mapnik#1454
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 31, 2012
1 parent 46f6edd commit f9792bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/image.test.js
Expand Up @@ -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();
Expand Down

0 comments on commit f9792bf

Please sign in to comment.