Fixed imports in tests.
This commit is contained in:
parent
68bace89d4
commit
28dba7abf2
1 changed files with 8 additions and 4 deletions
12
t/core.lisp
12
t/core.lisp
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue