mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-28 15:02:46 +08:00
style: enable MethodName
in CheckStyle (#5182)
enabled: MethodName in CheckStyle
This commit is contained in:

committed by
GitHub

parent
ea4dc15a24
commit
295e7436b1
@ -25,6 +25,6 @@ public class LineSweepTest {
|
||||
@Test
|
||||
void testForMaximumEndPoint() {
|
||||
int[][] arr = {{10, 20}, {1, 100}, {14, 16}, {1, 8}};
|
||||
assertEquals(100, LineSweep.FindMaximumEndPoint(arr));
|
||||
assertEquals(100, LineSweep.findMaximumEndPoint(arr));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user