From 1f6cb8d576af3f625edede246fdab8d9b53e39b9 Mon Sep 17 00:00:00 2001 From: Mark Tolmacs Date: Thu, 24 Apr 2025 21:26:56 +0200 Subject: [PATCH] More fix tests Signed-off-by: Mark Tolmacs --- packages/element/tests/elbowArrow.test.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/element/tests/elbowArrow.test.tsx b/packages/element/tests/elbowArrow.test.tsx index b5592a1089..25f64072e7 100644 --- a/packages/element/tests/elbowArrow.test.tsx +++ b/packages/element/tests/elbowArrow.test.tsx @@ -89,9 +89,9 @@ describe("elbow arrow segment move", () => { expect(arrow.points).toCloselyEqualPoints([ [0, 0], - [115, 0], - [115, 199.9], - [195, 199.9], + [110, 0], + [110, 200], + [190, 200], ]); });