update test case in validateModuleName

Signed-off-by: s00912778 <shijiakai2@huawei.com>
Change-Id: Ie2e0f2cf64632a8cdfac724d762f74fa8aaeb7c7
This commit is contained in:
s00912778 2024-10-23 19:38:40 +08:00
parent 717ad03a42
commit e8a39b5a3d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
@Component
export struct Button1 {
export struct Button {
@State message: string = 'Hello World';
build() {
Column() {

View File

@ -1,4 +1,4 @@
import { Button1 } from './index'
import { Button } from './index'
import { Button1 } from './index1'
@Entry
@Component