diff --git a/svgjs/svgjs-tests.ts b/svgjs/svgjs-tests.ts index a135aab25..63fcc1ce7 100644 --- a/svgjs/svgjs-tests.ts +++ b/svgjs/svgjs-tests.ts @@ -88,7 +88,7 @@ function elementTransformShouldReturnTransformObject() { } //Test if svgjs.Element.children() correctly return an svgjs.Element[] -function elementTransformShouldReturnTransformObject() { +function elementChildrenShouldReturnElementArray() { /* create an svg drawing */ var div = document.createElement('div') var draw = SVG(div)