mirror of
https://github.com/vale981/lack
synced 2025-03-06 01:41:39 -05:00
Fix a symbol conflict in test.
This commit is contained in:
parent
4dae26e752
commit
6fdfec6112
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
||||||
:lack
|
:lack
|
||||||
:lack.test
|
:lack.test
|
||||||
:lack.request
|
:lack.request
|
||||||
:lack.middleware.csrf))
|
:lack.middleware.csrf)
|
||||||
|
(:shadowing-import-from :lack.test
|
||||||
|
:request))
|
||||||
(in-package :t.lack.middleware.csrf)
|
(in-package :t.lack.middleware.csrf)
|
||||||
|
|
||||||
(plan 2)
|
(plan 2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue