mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
Fixed assert in AliasTest.
This commit is contained in:
parent
2fbb0fbd59
commit
163186f063
@ -183,7 +183,7 @@ class AliasTest {
|
||||
|
||||
@Test
|
||||
def I_Used_To_Be_Complex_Now_I_Am_Simple() {
|
||||
val expr = person.firstName $startsWith "amin";
|
||||
val expr = person.firstName $endsWith "amin";
|
||||
assertEquals("endsWith(person.firstName,amin)", expr);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user