Fixed imports in tests.

This commit is contained in:
Alexander Artemenko 2021-02-03 00:11:40 +03:00
parent 68bace89d4
commit 28dba7abf2

View file

@ -1,8 +1,12 @@
(defpackage #:cl-info-test/core (defpackage #:cl-info-test/core
(:use #:cl (:use #:cl)
#:cl-info/core (:import-from #:cl-info)
#:rove (:import-from #:hamcrest/rove
#:hamcrest/rove)) #:contains
#:assert-that)
(:import-from #:rove
#:testing
#:deftest))
(in-package cl-info-test/core) (in-package cl-info-test/core)