From 80f7c1dcc941fc9888a2ba00b44a0e65ef974b14 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Sun, 30 Sep 2018 14:25:50 -0400 Subject: [PATCH] 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. --- .../xpack/ccr/action/TransportUnfollowActionTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/TransportUnfollowActionTests.java b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/TransportUnfollowActionTests.java index 1240b37e312..4a6259845af 100644 --- a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/TransportUnfollowActionTests.java +++ b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/TransportUnfollowActionTests.java @@ -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),