mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 23:41:22 +08:00
change: startproject demo
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user