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
|
||||
(: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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue