Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrton committed Oct 31, 2023
1 parent a458582 commit 0527d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/Transformer-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4924,9 +4924,9 @@ describe('Transformer', function () {

layer.draw();

assertAlmostEqual(rect.x(), 350);
assertAlmostEqual(rect.x(), 250);
assertAlmostEqual(rect.y(), 50);
assertAlmostEqual(rect.scaleX(), 1);
assertAlmostEqual(rect.scaleY(), -1);
assertAlmostEqual(rect.scaleY(), 1);
});
});

0 comments on commit 0527d23

Please sign in to comment.