mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
bug(transducers): fix system names
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
:depends-on (:data-lens
|
:depends-on (:data-lens
|
||||||
:alexandria)
|
:alexandria)
|
||||||
:serial t
|
:serial t
|
||||||
:in-order-to ((test-op (test-op :data-lens/transducer/test)))
|
:in-order-to ((test-op (test-op :data-lens/transducers/test)))
|
||||||
:components ((:file "package")
|
:components ((:file "package")
|
||||||
(:file "transducer-protocol")
|
(:file "transducer-protocol")
|
||||||
(:file "transducers")
|
(:file "transducers")
|
||||||
@ -31,7 +31,7 @@
|
|||||||
:description "tests for the transducers"
|
:description "tests for the transducers"
|
||||||
:author "Edward Langley <el-cl@elangley.org>"
|
:author "Edward Langley <el-cl@elangley.org>"
|
||||||
:license "MIT"
|
:license "MIT"
|
||||||
:depends-on (:data-lens/beta/transducer
|
:depends-on (:data-lens/beta/transducers
|
||||||
:fiveam)
|
:fiveam)
|
||||||
:serial t
|
:serial t
|
||||||
:perform (test-op (o c) (symbol-call :fiveam '#:run! :data-lens.transducers))
|
:perform (test-op (o c) (symbol-call :fiveam '#:run! :data-lens.transducers))
|
||||||
|
|||||||
Reference in New Issue
Block a user