change: startproject demo

This commit is contained in:
debugtalk
2022-05-19 20:55:51 +08:00
parent 8712419a64
commit 05e2bed02f
18 changed files with 441 additions and 22 deletions

View File

@@ -207,7 +207,7 @@ func TestLoadTestCases(t *testing.T) {
if !assert.Nil(t, err) {
t.Fatal()
}
if !assert.Equal(t, len(testCases), 3) {
if !assert.Equal(t, len(testCases), 4) {
t.Fatal()
}
@@ -217,7 +217,7 @@ func TestLoadTestCases(t *testing.T) {
if !assert.Nil(t, err) {
t.Fatal()
}
if !assert.Equal(t, len(testCases), 3) {
if !assert.Equal(t, len(testCases), 4) {
t.Fatal()
}