提交 47cffdb7 编写于 作者: L luffy505

修改fail用例

Signed-off-by: Nluffy505 <zhangjuan54@huawei.com>
上级 eabfd602
......@@ -109,8 +109,8 @@ export default function circleJsunit() {
let strJson = getInspectorByKey('circle');
let obj = JSON.parse(strJson);
console.info("[circleTest_0300] component objNew is: " + JSON.stringify(obj));
expect(obj.$attrs.width).assertEqual('0.00px');
expect(obj.$attrs.height).assertEqual('0.00px');
expect(obj.$attrs.width).assertEqual('0.00vp');
expect(obj.$attrs.height).assertEqual('0.00vp');
console.info('circleTest_0300 END');
done();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册