Skip to content

Commit

Permalink
feat(objectionary#2014): rename test findsAttributesConcurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed May 23, 2023
1 parent c5170e1 commit 1919140
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eo-runtime/src/test/java/org/eolang/PhPackageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
import EOorg.EOeolang.EOgoto;
import java.util.Collections;
import java.util.HashSet;
import java.util.Objects;
import java.util.Set;
import java.util.concurrent.ConcurrentNavigableMap;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
Expand Down Expand Up @@ -143,7 +141,7 @@ void convertsToString() {
}

@Test
void concurrentlyFindsAttributes() throws InterruptedException {
void findsAttributesConcurrently() throws InterruptedException {
final int threads = Runtime.getRuntime().availableProcessors() + 10;
final ExecutorService service = Executors.newFixedThreadPool(threads);
final PhPackage pckg = new PhPackage(PhPackageTest.DEFAULT_PACKAGE);
Expand Down

0 comments on commit 1919140

Please sign in to comment.