mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-19 21:00:53 +08:00
Change ids for tests
This commit is contained in:
parent
c6509828f6
commit
63f513fb71
@ -161,9 +161,9 @@ public class JPABase extends AbstractStandardTest {
|
||||
QCat child = new QCat("kitten");
|
||||
|
||||
delete(child)
|
||||
.where(child.id.eq(1), new JPASubQuery()
|
||||
.where(child.id.eq(-100), new JPASubQuery()
|
||||
.from(parent)
|
||||
.where(parent.id.eq(2),
|
||||
.where(parent.id.eq(-200),
|
||||
child.in(parent.kittens)).exists())
|
||||
.execute();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user