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:
parent
1893765055
commit
80f7c1dcc9
|
@ -78,7 +78,7 @@ public class TransportUnfollowActionTests extends ESTestCase {
|
||||||
new ShardId("leader_index", "", 0),
|
new ShardId("leader_index", "", 0),
|
||||||
1024,
|
1024,
|
||||||
1,
|
1,
|
||||||
TransportResumeFollowAction.DEFAULT_MAX_BATCH_SIZE_IN_BYTES,
|
TransportResumeFollowAction.DEFAULT_MAX_BATCH_SIZE,
|
||||||
1,
|
1,
|
||||||
10240,
|
10240,
|
||||||
TimeValue.timeValueMillis(10),
|
TimeValue.timeValueMillis(10),
|
||||||
|
|
Loading…
Reference in New Issue