Fix temporary test name

This commit is contained in:
Jürg Lehni 2019-06-05 17:35:42 +02:00
parent 9cafb6d55f
commit 022a4c9c81

View file

@ -722,7 +722,7 @@ test('path.strokeBounds with applyMatrix disabled', function() {
testHitResult();
});
test('TEST', function() {
test('path.strokeBounds with applyMatrix enabled', function() {
var path = new Path.Rectangle({
applyMatrix: false,
point: [10, 10],