提交 41039c03 编写于 作者: H huangzhenghua 提交者: linxiang8

fixed 32f9b823 from https://gitee.com/linxiang8/xts_acts/pulls/6061

fix containers unitcase error
Signed-off-by: Nhuangzhenghua <huangzhenghua3@huawei.com>

Change-Id: I7738a8bf60cea8d7b3225a4cb61a6222cc40f2ff
上级 d58127d8
......@@ -776,7 +776,7 @@ describe("VectorTest", function () {
vector.add(14);
let arr1 = ["a", "b", "c"];
vector.copyToArray(arr1);
let a = ["a", "b", "c", 4, 3, 1, 2, 14];
let a = [4, 3, 1, 2, 14];
for (let i = 0; i < a.length; i++) {
expect(arr1[i]).assertEqual(a[i]);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册