mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
Fix use correct method call in test
This commit is contained in:
parent
de8b414060
commit
b1d3c0c214
@ -43,12 +43,12 @@ public class DefaultQueryMetadataTest {
|
||||
|
||||
@Test
|
||||
public void AddHaving_With_Null() {
|
||||
metadata.addWhere((Predicate)null);
|
||||
metadata.addHaving((Predicate)null);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void AddHaving_With_BooleanBuilder() {
|
||||
metadata.addWhere(new BooleanBuilder());
|
||||
metadata.addHaving(new BooleanBuilder());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user