mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:28:21 +02:00
✨ Rename handler->point to get-handler-point
This commit is contained in:
parent
0e61398d67
commit
61c23877c1
6 changed files with 16 additions and 14 deletions
|
@ -330,9 +330,9 @@
|
|||
expect2 (gpt/point 439.0 802.0)
|
||||
expect3 (gpt/point 480.0 839.0)
|
||||
|
||||
result4 (path.segment/handler->point content 3 :c1)
|
||||
result5 (path.segment/handler->point content 1 :c1)
|
||||
result6 (path.segment/handler->point content 0 :c1)]
|
||||
result4 (path.segment/get-handler-point content 3 :c1)
|
||||
result5 (path.segment/get-handler-point content 1 :c1)
|
||||
result6 (path.segment/get-handler-point content 0 :c1)]
|
||||
|
||||
(t/is (= result1 expect1))
|
||||
(t/is (= result2 expect2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue