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
(:use #:cl
#:cl-info/core
#:rove
#:hamcrest/rove))
(:use #:cl)
(:import-from #:cl-info)
(:import-from #:hamcrest/rove
#:contains
#:assert-that)
(:import-from #:rove
#:testing
#:deftest))
(in-package cl-info-test/core)