mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
Update test
This commit is contained in:
parent
3208ac46c2
commit
40206e13a8
@ -710,15 +710,8 @@ public abstract class AbstractJPATest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void In8() {
|
||||
assertEquals(0, query().from(cat).where(cat.name.in(ImmutableList.<String>of())).count());
|
||||
}
|
||||
|
||||
@Test
|
||||
@IncludeIn(Target.H2)
|
||||
@NoBatooJPA
|
||||
public void In_Empty() {
|
||||
query().from(cat).where(cat.name.in(Collections.<String>emptyList())).count();
|
||||
assertEquals(0, query().from(cat).where(cat.name.in(ImmutableList.<String>of())).count());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user