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:
Jason Tedor 2015-10-19 10:28:12 -04:00
parent ffac51b175
commit 2668bdc42e
1 changed files with 1 additions and 1 deletions

View File

@ -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;