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

Commit

Permalink
fix(#213): one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Oct 4, 2023
1 parent 0dd5d4e commit b127b04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/eo/org/eolang/hamcrest/arrays-matchers-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# any-of-number-test-failed-output, all-of-several-failed-output, starts-with-all-of-string-failed,
# ends-with-all-of-string-failed, all-of-number-test-failed-output, ends-with-any-of-string-failed,
# arrays-failed-output, any-of-several-failed-output, nested-has-items, arrays-each-items,
# arrays-each-items-complex-case, has-item-string-test
# arrays-each-items-complex-case, has-item-string-test, has-item-float-test
[] > has-item-int-test
assert-that > @
* 1 2 3
Expand All @@ -49,11 +49,12 @@
nop > @

[] > has-item-float-test
assert-that > @
assert-that > res
* 1.0 44.0
$.has-item
$.is
$.greater-than 10.0
nop > @

[] > has-items-int-test
assert-that > res
Expand Down

1 comment on commit b127b04

@0pdd
Copy link

@0pdd 0pdd commented on b127b04 Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 212-87d9b1ce discovered in src/test/eo/org/eolang/hamcrest/arrays-matchers-tests.eo) and submitted as #215. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.