Skip to content

Commit

Permalink
fix: broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepduke committed Sep 11, 2021
1 parent 460fc97 commit 9e25364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chameleon.asd
Expand Up @@ -51,4 +51,4 @@
(:file "chameleon"))))
:perform (test-op (op c)
(symbol-call :fiveam :run!
(find-symbol* :chameleon :chameleon-test))))
(find-symbol* :chameleon :chameleon-tests))))
6 changes: 5 additions & 1 deletion test/chameleon.lisp
@@ -1,5 +1,9 @@
(defpackage chameleon-tests.config
(:use #:cl #:chameleon))
(:use #:cl #:chameleon)
(:export #:active-profile
#:profiles
#:server-hostname
#:server-port))

(in-package chameleon-tests.config)

Expand Down

0 comments on commit 9e25364

Please sign in to comment.