Browse Source

renamed test class

Martijn van Groningen 7 years ago
parent
commit
268e134121

+ 1 - 1
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/PutFollowActionRequestTests.java

@@ -17,6 +17,6 @@ public class PutFollowActionRequestTests extends AbstractStreamableTestCase<PutF
 
     @Override
     protected PutFollowAction.Request createTestInstance() {
-        return new PutFollowAction.Request(FollowIndexRequestTests.createTestRequest());
+        return new PutFollowAction.Request(ResumeFollowActionRequestTests.createTestRequest());
     }
 }

+ 1 - 1
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/FollowIndexRequestTests.java → x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/ResumeFollowActionRequestTests.java

@@ -19,7 +19,7 @@ import static org.hamcrest.Matchers.containsString;
 import static org.hamcrest.Matchers.notNullValue;
 import static org.hamcrest.Matchers.nullValue;
 
-public class FollowIndexRequestTests extends AbstractStreamableXContentTestCase<ResumeFollowAction.Request> {
+public class ResumeFollowActionRequestTests extends AbstractStreamableXContentTestCase<ResumeFollowAction.Request> {
 
     @Override
     protected ResumeFollowAction.Request createBlankInstance() {