From b127b04559872a19e55408972f05db6c07d86066 Mon Sep 17 00:00:00 2001 From: maxonfjvipon Date: Wed, 4 Oct 2023 16:37:49 +0300 Subject: [PATCH] fix(#213): one more test --- src/test/eo/org/eolang/hamcrest/arrays-matchers-tests.eo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/test/eo/org/eolang/hamcrest/arrays-matchers-tests.eo b/src/test/eo/org/eolang/hamcrest/arrays-matchers-tests.eo index f811b5c..1209a6e 100644 --- a/src/test/eo/org/eolang/hamcrest/arrays-matchers-tests.eo +++ b/src/test/eo/org/eolang/hamcrest/arrays-matchers-tests.eo @@ -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 @@ -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