Skip to content

Commit 8303839

Browse files
committed
Update test class name - addressing comment
1 parent 9d4825b commit 8303839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
/**
8181
* Some long running Balancer tasks.
8282
*/
83-
public class TestBalancer2 {
83+
public class TestBalancerLongRunningTasks {
8484

8585
private static final Logger LOG =
86-
LoggerFactory.getLogger(TestBalancer2.class);
86+
LoggerFactory.getLogger(TestBalancerLongRunningTasks.class);
8787

8888
static {
8989
GenericTestUtils.setLogLevel(Balancer.LOG, Level.TRACE);

0 commit comments

Comments
 (0)