0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🔥 Remove traces

This commit is contained in:
Andrés Moya 2024-05-16 13:24:17 +02:00
parent 385e8d837a
commit 9c8a5484e1

View file

@ -521,10 +521,6 @@
;; blue1 has swap-id before move
(t/is (some? (ctk/get-swap-slot blue1)))
(thf/dump-file file :keys [:name :swap-slot-label] :show-refs? false)
(prn "-------------------")
(thf/dump-file file'' :keys [:name :swap-slot-label] :show-refs? false)
;;blue1 still has swap-id after move
(t/is (some? blue1''))
(t/is (some? (ctk/get-swap-slot blue1'')))))