We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b1b3a commit 2789b87Copy full SHA for 2789b87
1 file changed
tests/pixie/tests/test-stdlib.pxi
@@ -582,11 +582,6 @@
582
(t/assert= ["2" "4"]
583
(eduction (map inc) (filter even?) (map str) (range 5)))
584
;; materialize at the end
585
- ;; TODO: For when sort is implemented
586
- ;; (t/assert= [1 1 1 1 2 2 2 3 3 4]
587
- ;; (->> (range 5)
588
- ;; (eduction (mapcat range) (map inc))
589
- ;; sort))
590
(t/assert= [1 1 2 1 2 3 1 2 3 4]
591
(vec (->> (range 5)
592
(eduction (mapcat range) (map inc)))))
0 commit comments