提交 58ef3c9c 编写于 作者: 风林火山

修改亮度测试接口的判断写法

Signed-off-by: N风林火山 <liangqihang@huawei.com>
上级 c429fe1b
......@@ -262,6 +262,6 @@ describe('appInfoTest', function () {
brightness.setValue(10);
brightness.setValue(0);
brightness.setValue(255);
expect(0).assertEqual('0')
expect(0 == 0).assertTrue();
})
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册