Skip to content

Commit 3e5b9dd

Browse files
committed
[hotfix][test] Removes typo
1 parent 3b7d3d6 commit 3e5b9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/slot/TaskSlotTableImplTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class TaskSlotTableImplTest {
6262

6363
private static final Duration SLOT_TIMEOUT = Duration.ofSeconds(100L);
6464

65-
/** Tests that one can can mark allocated slots as active. */
65+
/** Tests that one can mark allocated slots as active. */
6666
@Test
6767
void testTryMarkSlotActive() throws Exception {
6868
final TaskSlotTableImpl<?> taskSlotTable = createTaskSlotTableAndStart(3);

0 commit comments

Comments
 (0)