mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
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…
x
Reference in New Issue
Block a user