Skip to content

Commit bc4fdd2

Browse files
committed
Fix tests
1 parent 372d064 commit bc4fdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/graph/graph.helper.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ describe("Graph Helper", () => {
451451

452452
expect(coords).toEqual({
453453
sourceCoords: { x: 1.4749999999999999, y: 1.4749999999999999 },
454-
targetCoords: { x: 1.5250000000000001, y: 1.5250000000000001 },
454+
targetCoords: { x: 1.3282485578727798, y: 1.3282485578727798 },
455455
});
456456
});
457457

0 commit comments

Comments
 (0)