提交 4a3c237a 编写于 作者: C chengxingzhen

XTS失败用例适配

Signed-off-by: Nchengxingzhen <chengxingzhen@huawei.com>
上级 8a7711e3
...@@ -149,7 +149,7 @@ const getFuzzData = (datatype: string) => { ...@@ -149,7 +149,7 @@ const getFuzzData = (datatype: string) => {
switch (datatype) { switch (datatype) {
case 'ARRAY': case 'ARRAY':
let array1 = arrayTest(); let array1 = arrayTest();
let array2 = abc.join("") let array2 = array1.join("")
if (isNaN(Number(array2))) { if (isNaN(Number(array2))) {
return array1; return array1;
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册