diff --git a/test/core/Container.js b/test/core/Container.js index c402f85..c8fe618 100644 --- a/test/core/Container.js +++ b/test/core/Container.js @@ -74,9 +74,9 @@ it('should flag transform for recalculation', function () { const container = new PIXI.Container(); - + container.getBounds(); - + const parentID = container.transform._parentID; const boundsID = container._boundsID;