Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
filtered test simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneDar committed Nov 2, 2022
1 parent 5130a80 commit 0137f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/eo/org/eolang/collections/list-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -646,11 +646,11 @@
eq.
filteredi.
list
* 3 1 4 2 5
* 3 1 4
[v i]
i.gt 2 > @
i.gt 0 > @
list
* 2 5
* 1 4
$.equal-to TRUE

[] > filteredi-test-5
Expand Down

0 comments on commit 0137f11

Please sign in to comment.