Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-p committed Dec 2, 2024
1 parent f7e6cb3 commit 5304aa4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
import java.util.ArrayList;
import java.util.List;

public class ConcurrentUseTest {
public class ConcurrentUsageTest {

@Test
public void testConcurrentUsage() throws IOException {
public void runConcurrently() throws IOException {
int iterations = 10;
List<Process> processes = new ArrayList<>();
for (int i = 0; i < iterations; i++) {
Expand Down

0 comments on commit 5304aa4

Please sign in to comment.