Skip to content

Commit

Permalink
[hotfix][test] Removes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jan 24, 2025
1 parent 3b7d3d6 commit 3e5b9dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class TaskSlotTableImplTest {

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

/** Tests that one can can mark allocated slots as active. */
/** Tests that one can mark allocated slots as active. */
@Test
void testTryMarkSlotActive() throws Exception {
final TaskSlotTableImpl<?> taskSlotTable = createTaskSlotTableAndStart(3);
Expand Down

0 comments on commit 3e5b9dd

Please sign in to comment.