renamed test class

This commit is contained in:
Martijn van Groningen 2018-10-08 15:05:50 +02:00
parent 6f32f7138d
commit 268e134121
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
2 changed files with 2 additions and 2 deletions

View File

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

View File

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