mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
Fix test name colisions on group tests.
This commit is contained in:
parent
380aaab806
commit
0fc6efa7b0
1 changed files with 2 additions and 2 deletions
|
@ -374,7 +374,7 @@
|
||||||
|
|
||||||
;; group shapes inside a group
|
;; 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]}}
|
(let [initial {:pages-by-id {1 {:id 1 :shapes [1 3]}}
|
||||||
:shapes-by-id {1 {:id 1 :page 1}
|
:shapes-by-id {1 {:id 1 :page 1}
|
||||||
2 {:id 2 :page 1 :group 3}
|
2 {:id 2 :page 1 :group 3}
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
|
|
||||||
;; group shapes in multiple groups
|
;; 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]}}
|
(let [initial {:pages-by-id {1 {:id 1 :shapes [3 4]}}
|
||||||
:shapes-by-id {1 {:id 1 :page 1 :group 4}
|
:shapes-by-id {1 {:id 1 :page 1 :group 4}
|
||||||
2 {:id 2 :page 1 :group 3}
|
2 {:id 2 :page 1 :group 3}
|
||||||
|
|
Loading…
Add table
Reference in a new issue