提交 2462bf4d 编写于 作者: 风林火山

修改电源子系统xts静态检查错误

Signed-off-by: N风林火山 <liangqihang@huawei.com>
上级 6416ab6e
...@@ -32,7 +32,7 @@ describe('appInfoTest', function () { ...@@ -32,7 +32,7 @@ describe('appInfoTest', function () {
expect(batterySoc >= -1 && batterySoc <= 100).assertTrue() expect(batterySoc >= -1 && batterySoc <= 100).assertTrue()
}) })
06-+5/** /**
* @tc.number battery_manager_js_0200 * @tc.number battery_manager_js_0200
* @tc.name charging_status_test * @tc.name charging_status_test
* @tc.desc Battery charging kit * @tc.desc Battery charging kit
...@@ -66,7 +66,7 @@ describe('appInfoTest', function () { ...@@ -66,7 +66,7 @@ describe('appInfoTest', function () {
}) })
/** /**
* @t🐎c.number battery_manager_js_0500 * @tc.number battery_manager_js_0500
* @tc.name voltage_test * @tc.name voltage_test
* @tc.desc Obtaining the Voltage Interface KIT * @tc.desc Obtaining the Voltage Interface KIT
*/ */
...@@ -259,6 +259,8 @@ describe('appInfoTest', function () { ...@@ -259,6 +259,8 @@ describe('appInfoTest', function () {
*/ */
it('brightness_test', 0, function () { it('brightness_test', 0, function () {
brightness.setValue(10); brightness.setValue(10);
brightness.setValue(0);
brightness.setValue(255);
expect(0).assertEqual('0') expect(0).assertEqual('0')
}) })
}) })
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册