1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-05-23 08:26:11 +02: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 ;; ==== Check
(println stroke') (println stroke')
(t/is (some? shape1')) (t/is (some? shape1'))
(t/is (= (:stroke-alignment stroke') :center)))))))) (t/is (= (:stroke-alignment stroke') :inner))))))))