mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-12 21:20:19 +08:00
also adjust test HibernateQueryFactory
This commit is contained in:
parent
665670734e
commit
aa4bdd4d6d
@ -60,4 +60,9 @@ public class HibernateQueryFactoryTest {
|
||||
assertNotNull(queryFactory.update(QAnimal.animal));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void insert() {
|
||||
assertNotNull(queryFactory.insert(QAnimal.animal));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user