Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Oct 10, 2023
1 parent aa25eb4 commit 11cb22d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ static class ThreadPoolExecutorTest extends ExecutorInstrumentationTest<ThreadPo
@EnabledForJreRange(min = JRE.JAVA_21)
static class VirtualThreadExecutorTest extends ExecutorInstrumentationTest<ExecutorService> {
VirtualThreadExecutorTest() {
super(newVirtualThreadPerAskExecutor());
super(newVirtualThreadPerTaskExecutor());
}

private static ExecutorService newVirtualThreadPerAskExecutor() {
private static ExecutorService newVirtualThreadPerTaskExecutor() {
Method newVirtualThreadPerTaskExecutor;
try {
newVirtualThreadPerTaskExecutor =
Expand Down

0 comments on commit 11cb22d

Please sign in to comment.