Skip to content

Commit 2789b87

Browse files
eduction: remove superfluous test
1 parent d2b1b3a commit 2789b87

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/pixie/tests/test-stdlib.pxi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -582,11 +582,6 @@
582582
(t/assert= ["2" "4"]
583583
(eduction (map inc) (filter even?) (map str) (range 5)))
584584
;; 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))
590585
(t/assert= [1 1 2 1 2 3 1 2 3 4]
591586
(vec (->> (range 5)
592587
(eduction (mapcat range) (map inc)))))

0 commit comments

Comments
 (0)