Skip to content

Commit

Permalink
[FLINK-25430][review #2] Renames test name
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jan 23, 2022
1 parent efc9e36 commit 201b965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void testSingleJobRecovery() throws Exception {

/** Tests that the {@link MiniDispatcher} recovers the single job with which it was started. */
@Test
public void testDirtyJobResultNot() throws Exception {
public void testDirtyJobResultCleanup() throws Exception {
final OneShotLatch dispatcherBootstrapLatch = new OneShotLatch();
final MiniDispatcher miniDispatcher =
createMiniDispatcher(
Expand Down

0 comments on commit 201b965

Please sign in to comment.