modify test

This commit is contained in:
zhuyasen
2022-09-21 23:21:55 +08:00
parent dab982f8c5
commit 7f6dbde16c
6 changed files with 74 additions and 73 deletions

View File

@@ -177,9 +177,9 @@ func Test_userExampleService_benchmark(t *testing.T) {
Sort: "",
Columns: []*types.Column{
{
Name: "age",
Exp: ">=",
Value: "15",
Name: "id",
Exp: "<",
Value: "100",
Logic: "",
},
},