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

Commit

Permalink
#74 - array.is-empty fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Jul 9, 2022
1 parent 83be64a commit be2685f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/eo/org/eolang/hamcrest/assert-that.eo
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
sprintf
"%s\nExpected: %s\n but: %s"
if.
reasons.is-empty
is-empty.
list
reasons
""
reasons.at 0
description-of.
Expand Down

0 comments on commit be2685f

Please sign in to comment.