mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
update test
This commit is contained in:
parent
ede85735df
commit
8097e7dffd
1 changed files with 2 additions and 2 deletions
|
|
@ -1453,8 +1453,8 @@ func TestLogQuery(t *testing.T) {
|
|||
},
|
||||
{
|
||||
name: "QueryPQLReq",
|
||||
req: &pb.QueryPQLRequest{Pql: "Count(All())"},
|
||||
expected: fmt.Sprintf("GRPC: %v, %v, %v, %v, %v, %v\n", "", []string{}, "test!", uinfo.UserID, uinfo.UserName, "Count(All())"),
|
||||
req: &pb.QueryPQLRequest{Index: "index", Pql: "Count(All())"},
|
||||
expected: fmt.Sprintf("GRPC: %v, %v, %v, %v, %v, %v\n", "", []string{}, "test!", uinfo.UserID, uinfo.UserName, "[index]Count(All())"),
|
||||
},
|
||||
}
|
||||
for _, test := range cases {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue