Skip to content

Commit

Permalink
[FLINK-17369][tests] Rename RestartPipelinedRegionFailoverStrategyBui…
Browse files Browse the repository at this point in the history
…ldingTest to PipelinedRegionComputeUtilTest
  • Loading branch information
GJL committed May 11, 2020
1 parent cba4845 commit 56cc76b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
import static org.junit.Assert.assertSame;

/**
* Tests the failover region building logic of the {@link RestartPipelinedRegionFailoverStrategy}.
* Unit tests for {@link PipelinedRegionComputeUtil}.
*/
public class RestartPipelinedRegionFailoverStrategyBuildingTest extends TestLogger {
public class PipelinedRegionComputeUtilTest extends TestLogger {

/**
* Tests that validates that a graph with single unconnected vertices works correctly.
Expand Down

0 comments on commit 56cc76b

Please sign in to comment.