提交 317326ce 编写于 作者: T tianqiao

update

上级 bf2d98b2
......@@ -25,7 +25,7 @@ public class CompareObjectTest {
for(String exp : expList) {
Object result = runner.execute(exp, context, null, true, false);
System.out.println(result);
assert (true == result);
assert (true == (Boolean) result);
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册