Browse Source

Polishing.

See #1009
Original pull request: #1015.
pull/1037/head
Mark Paluch 4 years ago
parent
commit
660a44e888
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 4
      spring-data-relational/src/test/java/org/springframework/data/relational/core/sql/render/SelectRendererUnitTests.java

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

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

Loading…
Cancel
Save