Skip to content

Commit 76b9dd2

Browse files
MINOR: Fix typo in CoordinatorBackgroundThreadPoolExecutorTest (#21932)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
1 parent 2759ea0 commit 76b9dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coordinator-common/src/test/java/org/apache/kafka/coordinator/common/runtime/CoordinatorBackgroundThreadPoolExecutorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void testMetrics() throws ExecutionException, InterruptedException, Timeo
3939
CoordinatorRuntimeMetrics metrics = mock(CoordinatorRuntimeMetrics.class);
4040
Time mockTime = new MockTime();
4141
CoordinatorBackgroundThreadPoolExecutor threadPoolExecutor = new CoordinatorBackgroundThreadPoolExecutor(
42-
"threaad-pool-",
42+
"thread-pool-",
4343
2,
4444
mockTime,
4545
metrics

0 commit comments

Comments
 (0)