Polishing.

See #1009
Original pull request: #1015.
This commit is contained in:
Mark Paluch
2021-09-28 15:07:36 +02:00
parent 520134dc73
commit 660a44e888

View File

@@ -176,8 +176,8 @@ class SelectRendererUnitTests {
+ "OR employee.tenant != department.tenant");
}
@Test // GH-1009
public void shouldRenderJoinWithJustExpression() {
@Test // #1009
void shouldRenderJoinWithJustExpression() {
Table employee = SQL.table("employee");
Table department = SQL.table("department");