diff --git a/compiler/test/transform_ut/application/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/utForPartialUpdate/ui_state_management/others/@consume_@provide/@consume_with_defaultValue.js.sample b/compiler/test/transform_ut/application/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/utForPartialUpdate/ui_state_management/others/@consume_@provide/@consume_with_defaultValue.js.sample index 9a71526f638562efe7fddc4fe692b8c8ed8bd43b..4da6762d5c32ae44921127e757fdb98515ab0b3c 100644 --- a/compiler/test/transform_ut/application/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/utForPartialUpdate/ui_state_management/others/@consume_@provide/@consume_with_defaultValue.js.sample +++ b/compiler/test/transform_ut/application/entry/build/default/cache/default/default@CompileArkTS/esmodule/debug/entry/src/main/ets/pages/utForPartialUpdate/ui_state_management/others/@consume_@provide/@consume_with_defaultValue.js.sample @@ -153,7 +153,7 @@ class CompC extends ViewPU { if (typeof paramsLambda === "function") { this.paramsGenerator_ = paramsLambda; } - this.__reviewVotes = this.initializeConsume("reviewVote", "reviewVotes"); + this.__reviewVotes = this.initializeConsume("reviewVote", "reviewVotes", 15); this.setInitiallyProvidedValue(params); this.finalizeConstruction(); }