Skip to content

Commit cef0aa6

Browse files
committed
fix unit test naming
1 parent 6196884 commit cef0aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jts/src/test/java/com/baeldung/jts/JtsApplicationUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void givenTwoGeometries_whenGetUnionOfBoth_thenGetTheUnion() throws Excep
4949
}
5050

5151
@Test
52-
public void givenBaseRectangle_whenAnotherRectangleOverlapping_GetTheDifferenceRectangle() throws Exception {
52+
public void givenBaseRectangle_whenAnotherRectangleOverlapping_thenGetTheDifferenceRectangle() throws Exception {
5353
Geometry base = GeometryFactoryUtil.readWKT("POLYGON ((0 0, 0 10, 10 10, 10 0, 0 0))");
5454
Geometry cut = GeometryFactoryUtil.readWKT("POLYGON ((5 0, 5 10, 10 10, 10 0, 5 0))");
5555

0 commit comments

Comments
 (0)