未验证 提交 4f8cf938 编写于 作者: O openharmony_ci 提交者: Gitee

!9880 【挑单Monthly_0815】fix ActsAceEtsComponentTest aspectRatio set negative

Merge pull request !9880 from Yujiadong/cherry-pick-1692971918
......@@ -142,7 +142,7 @@ export default function layoutConstraintsJsunit() {
console.info("[testLayoutConstraints005] component strJson:" + strJson);
let obj = JSON.parse(strJson);
console.info("[testLayoutConstraints005] aspectRatio: " + obj.$attrs.aspectRatio);
expect(obj.$attrs.aspectRatio).assertEqual(1);
expect(obj.$attrs.aspectRatio).assertEqual("");
done();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册