Skip to content

Commit

Permalink
fix(#3294): phi package
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jul 29, 2024
1 parent eddeeb8 commit 5d0b2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/test/java/org/eolang/PhPackageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void findsAttributesConcurrently() throws InterruptedException {
() -> (Runnable) () -> {
try {
latch.await();
basket.add(System.identityHashCode(pckg.take("goto")));
basket.add(System.identityHashCode(pckg.take("go")));
} catch (final InterruptedException exception) {
Thread.currentThread().interrupt();
throw new IllegalStateException(
Expand Down

0 comments on commit 5d0b2fc

Please sign in to comment.