0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Fix test name colisions on group tests.

This commit is contained in:
Andrey Antukh 2016-05-29 11:42:36 +03:00
parent 380aaab806
commit 0fc6efa7b0
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -374,7 +374,7 @@
;; group shapes inside a group
(t/deftest group-shapes-3
(t/deftest group-shapes-4
(let [initial {:pages-by-id {1 {:id 1 :shapes [1 3]}}
:shapes-by-id {1 {:id 1 :page 1}
2 {:id 2 :page 1 :group 3}
@ -394,7 +394,7 @@
;; group shapes in multiple groups
(t/deftest group-shapes-4
(t/deftest group-shapes-5
(let [initial {:pages-by-id {1 {:id 1 :shapes [3 4]}}
:shapes-by-id {1 {:id 1 :page 1 :group 4}
2 {:id 2 :page 1 :group 3}