change: rename demo empty project

This commit is contained in:
debugtalk
2022-05-28 12:08:15 +08:00
parent 31bfba51e7
commit 953cafd045
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()