Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 18, 2024
1 parent 8c79019 commit 8667151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/test/java/org/eolang/PhDefaultTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ void createsDifferentPhiInParallel() {
new SetOf<>(
new Together<>(
threads,
(thread) -> new Int()
t -> new Int()
)
),
Matchers.iterableWithSize(threads)
Expand Down

0 comments on commit 8667151

Please sign in to comment.