0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

Fix tests.

This commit is contained in:
Andrey Antukh 2016-09-30 15:41:23 +02:00
parent 96b1baf6cf
commit f352ca050d
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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)]