diff --git a/uni_modules/uts-tests/utssdk/Array.uts b/uni_modules/uts-tests/utssdk/Array.uts index ce7f68026951c05ab1e09901f039db2c4c0afc88..cea9f5c015683b37ab6ce84cf75bdceeb5b57506 100644 --- a/uni_modules/uts-tests/utssdk/Array.uts +++ b/uni_modules/uts-tests/utssdk/Array.uts @@ -170,7 +170,7 @@ export function testArray(): Result { test("indexOf", () => { let raw = {} - let arr = new Array() + let arr = new Array() arr.push({}); arr.push({}); arr.push(raw); @@ -201,7 +201,7 @@ export function testArray(): Result { test("lastIndexOf", () => { let raw = {} - let arr = new Array() + let arr = new Array() arr.push({}); arr.push({}); arr.push(raw);