mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
test: fixed test
This commit is contained in:
parent
bf973f9f06
commit
f786fd64b5
@ -259,7 +259,7 @@ public class DynamicConditionTest {
|
|||||||
@Test
|
@Test
|
||||||
public void testCastFunction1() {
|
public void testCastFunction1() {
|
||||||
QueryCondition condition = QueryCondition.create(new QueryColumn("id"), SqlOperator.IN, new Object[]{null});
|
QueryCondition condition = QueryCondition.create(new QueryColumn("id"), SqlOperator.IN, new Object[]{null});
|
||||||
Assert.assertSame(condition, getConditionCaster().apply(condition));
|
Assert.assertNotSame(condition, getConditionCaster().apply(condition));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user