change: rename demo empty project

This commit is contained in:
debugtalk
2022-05-28 12:08:15 +08:00
parent 455a012c5d
commit 1977a7781f
10 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ func TestGenDemoExamples(t *testing.T) {
t.Fatal()
}
dir = "../../../examples/empty-demo-without-plugin"
dir = "../../../examples/demo-empty-project"
err = CreateScaffold(dir, Empty, true)
if err != nil {
t.Fatal()