restore error message in notComponent ut

Signed-off-by: s00912778 <shijiakai2@huawei.com>
Change-Id: If2e0f4d8d3b7e07cbc31a31a673fb460c480bf8f
This commit is contained in:
s00912778 2024-10-23 17:24:53 +08:00
parent e93e60cec7
commit 717ad03a42
2 changed files with 4 additions and 2 deletions

View File

@ -180,7 +180,10 @@
"type": "ERROR"
},
"validateModuleName": [],
"notComponent": [],
"notComponent": {
"message": "Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for struct 'EntryComponent'.",
"type": "ERROR"
},
"notConcurrent": {
"message": "The struct 'NotConcurrentIndexDecorator' use invalid decorator.",
"type": "WARN"