Skip to content

Commit

Permalink
#3747: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 24, 2024
1 parent 1f0f8d0 commit f115e45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eo-runtime/src/test/java/org/eolang/PhSafeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ public byte[] delta() {
).delta(),
"throws correct class"
).messages(),
Matchers.hasItem(
Matchers.hasItems(
Matchers.containsString("o.e.PhSafe#delta()"),
Matchers.containsString("(j.l.IllegalArgumentException)"),
Matchers.containsString("Error in \"?.Δ\" at unknown:0:0")
)
);
Expand Down

0 comments on commit f115e45

Please sign in to comment.