Rename ShardReplicationTests to TransportReplicationActionTests
This commit renames ShardReplicationTests to TransportReplicationActionTests. This rename is to reflect the fact that the tests contained in this test suite are for testing TransportReplicationAction. This class was previously renamed but the test suite was not.
This commit is contained in:
parent
ffac51b175
commit
2668bdc42e
|
@ -80,7 +80,7 @@ import static org.hamcrest.Matchers.instanceOf;
|
|||
import static org.hamcrest.Matchers.notNullValue;
|
||||
import static org.hamcrest.Matchers.nullValue;
|
||||
|
||||
public class ShardReplicationTests extends ESTestCase {
|
||||
public class TransportReplicationActionTests extends ESTestCase {
|
||||
|
||||
private static ThreadPool threadPool;
|
||||
|
Loading…
Reference in New Issue