提交 1b8ee6b7 编写于 作者: B bayanxing

fix case error

Signed-off-by: Nbayanxing <bayanxing@kaihongdigi.com>
上级 49770a04
...@@ -140,15 +140,16 @@ export default function connectionSecondJsUnit() { ...@@ -140,15 +140,16 @@ export default function connectionSecondJsUnit() {
expect(value.interfaceName == "").assertTrue(); expect(value.interfaceName == "").assertTrue();
expect(value.domains == "").assertTrue(); expect(value.domains == "").assertTrue();
expect(value.mtu == 0).assertTrue(); expect(value.mtu == 0).assertTrue();
expect(true).assertTrue();
console.log("-----Telephony_connection_getConnectionProperties_Promise_0200 Test end---------");
done(); done();
}).catch((error) => { }).catch((error) => {
console.log(`${caseName} getConnectionProperties fail: ${error}`); console.log(`${caseName} getConnectionProperties fail: ${error}`);
expect().assertFail(); expect().assertFail();
console.log("-----Telephony_connection_getConnectionProperties_Promise_0200 Test end---------");
done(); done();
}); });
} }
console.log("-----------------------Telephony getConnectionProperties Test end-----------------------");
done();
}); });
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册