Fix compilation

Original commit: elastic/x-pack-elasticsearch@6d34ac5a0c
This commit is contained in:
David Kyle 2017-05-24 10:04:08 +01:00
parent d9882be292
commit fc2d1266f4
1 changed files with 1 additions and 1 deletions

View File

@ -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);