Skip to content

Commit

Permalink
[ML] Rename JobNodeLoadDetectorTests to match tested class (elastic#7…
Browse files Browse the repository at this point in the history
…5370)

Tested class is `NodeLoadDetector` thus the test class name
should be `NodeLoadDetectorTests`.
  • Loading branch information
dimitris-athanasiou authored and ywangd committed Jul 30, 2021
1 parent c84ec00 commit dee3b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import static org.mockito.Mockito.when;

// TODO: in 8.0.0 remove all instances of MAX_OPEN_JOBS_NODE_ATTR from this file
public class JobNodeLoadDetectorTests extends ESTestCase {
public class NodeLoadDetectorTests extends ESTestCase {

// To simplify the logic in this class all jobs have the same memory requirement
private static final ByteSizeValue JOB_MEMORY_REQUIREMENT = ByteSizeValue.ofMb(10);
Expand Down

0 comments on commit dee3b89

Please sign in to comment.