mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
Fix tests.
This commit is contained in:
parent
96b1baf6cf
commit
f352ca050d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
(ns uxbox.tests.geom-types
|
||||
(:require [cljs.test :as t :include-macros true]
|
||||
[cljs.pprint :refer (pprint)]
|
||||
[uxbox.common.geom.point :as gpt]
|
||||
[uxbox.common.geom.matrix :as gmt]))
|
||||
[uxbox.util.geom.point :as gpt]
|
||||
[uxbox.util.geom.matrix :as gmt]))
|
||||
|
||||
(t/deftest point-constructors-test
|
||||
(let [p (gpt/point 1 2)]
|
||||
|
|
Loading…
Reference in a new issue