0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-20 05:34:23 -05:00

Fix stroke alignment test

This commit is contained in:
Andrey Fedorov 2024-12-18 10:02:31 +01:00
parent f1034c6bcb
commit f867cb110f

View file

@ -79,4 +79,4 @@
;; ==== Check
(println stroke')
(t/is (some? shape1'))
(t/is (= (:stroke-alignment stroke') :center))))))))
(t/is (= (:stroke-alignment stroke') :inner))))))))