完善依赖性必传的单测
This commit is contained in:
parent
0e090ee488
commit
4367435ab7
@ -167,7 +167,7 @@ func TestRunFieldDepend(t *testing.T) {
|
|||||||
define.RequiredCondition{
|
define.RequiredCondition{
|
||||||
DependOnField: "age",
|
DependOnField: "age",
|
||||||
DependOnFieldType: "int",
|
DependOnFieldType: "int",
|
||||||
DependOnFieldStatus: []string{consts.DataStatusIsEmpty, consts.DataStatusIsNil},
|
DependOnFieldStatus: []string{consts.DataStatusIsEmpty, consts.DataStatusIsNil, consts.DataStatusNotFound},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user