0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 16:18:11 -05:00

💄 Minor naming changes on common pages tests file.

This commit is contained in:
Andrey Antukh 2020-06-10 09:11:13 +02:00
parent 82f05f108f
commit 1e709ee166

View file

@ -247,7 +247,7 @@
(t/is (= [id3 id1 id2] (get-in res [:objects uuid/zero :shapes])))))
))
(t/deftest process-changes-move-objects
(t/deftest process-change-move-objects
(let [frame-a-id (uuid/custom 1)
frame-b-id (uuid/custom 2)
group-a-id (uuid/custom 3)
@ -391,10 +391,10 @@
(t/is (= data res))))))
(t/deftest process-changes-move-objects-3
(t/deftest process-change-move-objects-regression
(let [shape-2-id (uuid/custom 1 2)
shape-3-id (uuid/custom 1 3)
frame-id (uuid/custom 1 1)
frame-id (uuid/custom 1 1)
changes [{:type :add-obj
:id frame-id
:frame-id uuid/zero
@ -426,7 +426,7 @@
(get-in data [:objects shape-3-id :frame-id])))))))
(t/deftest process-changes-move-objects-2
(t/deftest process-change-move-objects-2
(let [shape-1-id (uuid/custom 1 1)
shape-2-id (uuid/custom 1 2)
shape-3-id (uuid/custom 1 3)