Fix compilation in unfollow action tests

This arose when two commits were pushed at roughly the same time, both
of which compiled successfully against master, but not when taken
together. This commit fixes a reference in one of the commits that was
changed in the other commit.
This commit is contained in:
Jason Tedor 2018-09-30 14:25:50 -04:00
parent 1893765055
commit 80f7c1dcc9
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class TransportUnfollowActionTests extends ESTestCase {
new ShardId("leader_index", "", 0),
1024,
1,
TransportResumeFollowAction.DEFAULT_MAX_BATCH_SIZE_IN_BYTES,
TransportResumeFollowAction.DEFAULT_MAX_BATCH_SIZE,
1,
10240,
TimeValue.timeValueMillis(10),