Fix compilation
Original commit: elastic/x-pack-elasticsearch@6d34ac5a0c
This commit is contained in:
parent
d9882be292
commit
fc2d1266f4
|
@ -233,7 +233,7 @@ public class ScoresUpdaterTests extends ESTestCase {
|
|||
}
|
||||
|
||||
public void testUpdate_GivenShutdown() throws IOException {
|
||||
Influencer influencer = new Influencer(JOB_ID, "n", "v", new Date(DEFAULT_START_TIME), 600, 1);
|
||||
Influencer influencer = new Influencer(JOB_ID, "n", "v", new Date(DEFAULT_START_TIME), 600);
|
||||
|
||||
Deque<Influencer> influencers = new ArrayDeque<>();
|
||||
influencers.add(influencer);
|
||||
|
|
Loading…
Reference in New Issue