Skip to content

Commit 660a44e

Browse files
committed
Polishing.
See #1009 Original pull request: #1015.
1 parent 520134d commit 660a44e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-data-relational/src/test/java/org/springframework/data/relational/core/sql/render/SelectRendererUnitTests.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ void shouldRenderArbitraryJoinCondition() {
176176
+ "OR employee.tenant != department.tenant");
177177
}
178178

179-
@Test // GH-1009
180-
public void shouldRenderJoinWithJustExpression() {
179+
@Test // #1009
180+
void shouldRenderJoinWithJustExpression() {
181181

182182
Table employee = SQL.table("employee");
183183
Table department = SQL.table("department");

0 commit comments

Comments
 (0)