From 022a4c9c81f38172050012fa9d204ec69598c45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 5 Jun 2019 17:35:42 +0200 Subject: [PATCH] Fix temporary test name --- test/tests/Item_Bounds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/Item_Bounds.js b/test/tests/Item_Bounds.js index 0bdc3532..3e9417d9 100644 --- a/test/tests/Item_Bounds.js +++ b/test/tests/Item_Bounds.js @@ -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],